This commit is contained in:
Gary Steven Keough 2024-12-15 22:43:03 -05:00
parent 820f641ebc
commit 55d28cd242

View File

@ -15,6 +15,7 @@ func _ready():
func interact(): func interact():
if player_reference.is_network_authority:
if !parent_ship.ship_is_piloted: if !parent_ship.ship_is_piloted:
player_reference.set_is_piloting(true) player_reference.set_is_piloting(true)
parent_ship.ship_is_piloted = true parent_ship.ship_is_piloted = true