Updates to support latest version of CyberarmEngine

This commit is contained in:
2022-09-20 17:17:57 -05:00
parent a8fc2dccde
commit 655b418d70
9 changed files with 41 additions and 41 deletions

View File

@@ -225,7 +225,7 @@ module TAC
def handle_shutdown(packet)
unless @host_is_a_connection
# RemoteControl.server.close
# $window.close
# CyberarmEngine::Window.instance.close
Gosu::Song.current_song&.stop
exit
end