1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Main: is_multiplayer no longer exists

This commit is contained in:
John 2021-11-23 00:11:49 -06:00
parent b80288b3f4
commit 100f219d74

View File

@ -65,7 +65,6 @@ func _on_scene_start(scene):
return true
"Multiplayer":
instance = Game.instance()
instance.is_multiplayer = true
add_child (instance)
return true
"Options":