Fix the "phantom commit" bug

I don't know why this helps, and I think this causes trouble on Windows.
But it fixes this problem for tomorrow's playtesting! :)
This commit is contained in:
blinry 2020-10-29 20:16:46 +01:00
parent 7740c43a62
commit c53f6aa009

View file

@ -40,8 +40,8 @@ func save():
_client_connection.put_string(text) _client_connection.put_string(text)
close()
emit_signal("saved") emit_signal("saved")
close()
func close(): func close():
if _client_connection and _client_connection.is_connected_to_host(): if _client_connection and _client_connection.is_connected_to_host():