Remove uneeded method in the hull
This commit is contained in:
parent
ddbd76c1e1
commit
df077c24dd
@ -12,5 +12,4 @@ func interact():
|
|||||||
elif parent_ship.ship_is_piloted:
|
elif parent_ship.ship_is_piloted:
|
||||||
player_reference.set_is_piloting(false)
|
player_reference.set_is_piloting(false)
|
||||||
parent_ship.remove_piloting_player()
|
parent_ship.remove_piloting_player()
|
||||||
parent_ship._sync_piloting_state()
|
|
||||||
|
|
@ -97,7 +97,6 @@ func set_piloting_player(player: Player):
|
|||||||
else:
|
else:
|
||||||
print("The ship is no longer piloted.")
|
print("The ship is no longer piloted.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
func remove_piloting_player():
|
func remove_piloting_player():
|
||||||
piloting_player = null
|
piloting_player = null
|
||||||
|
Loading…
Reference in New Issue
Block a user