Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-Finlay committed Feb 17, 2023
1 parent 5703c60 commit 6673e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server/Server.gd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func disconnect_server():
GamePlay.players_data = GamePlay.players_data_template
server.disconnect_from_server()
disconnect_connection_signals()
server.queue_free
server.queue_free()
connected = false

func disconnect_connection_signals():
Expand Down

0 comments on commit 6673e3d

Please sign in to comment.