mirror of
https://github.com/tburrows13/SpidertronEnhancements.git
synced 2025-09-06 13:52:36 +00:00
Check player.physical_vehicle during spidertron pipette
This commit is contained in:
@@ -24,7 +24,7 @@ local function pipette_remote(event, remote_name)
|
||||
end
|
||||
if not (spidertron and spidertron.type == "spider-vehicle") then
|
||||
-- Try the player's current vehicle
|
||||
spidertron = player.vehicle
|
||||
spidertron = player.vehicle or player.physical_vehicle
|
||||
end
|
||||
|
||||
if spidertron and spidertron.type == "spider-vehicle" then
|
||||
|
Reference in New Issue
Block a user