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:
|
||||
player_reference.set_is_piloting(false)
|
||||
parent_ship.remove_piloting_player()
|
||||
parent_ship._sync_piloting_state()
|
||||
|
@ -98,7 +98,6 @@ func set_piloting_player(player: Player):
|
||||
print("The ship is no longer piloted.")
|
||||
|
||||
|
||||
|
||||
func remove_piloting_player():
|
||||
piloting_player = null
|
||||
ship_is_piloted = false
|
||||
|
Loading…
Reference in New Issue
Block a user