mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
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:
parent
7740c43a62
commit
c53f6aa009
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue