online multiplayer chess game (note server currently down)
Diffstat (limited to 'Log.gd')
| -rw-r--r-- | Log.gd | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -25,9 +25,7 @@ static func net(args) -> void: static func file(path: String, args) -> void: - var arg_string := to_str(args) - debug(arg_string) - SaveLoad.append_string(path, "(%s)%s" % [now(), arg_string]) + SaveLoad.append_string(path, "(%s)%s" % [now(), to_str(args)]) static func now(): |