Check player.physical_vehicle during spidertron pipette

This commit is contained in:
Tom Burrows
2025-01-01 05:17:21 +00:00
parent 49aab11219
commit 38757ca825

View File

@@ -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