bendns' repos
/
chess
online multiplayer chess game (note server currently down)
main
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'ui/Log.gd')
-rw-r--r--
ui/Log.gd
2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Log.gd b/ui/Log.gd
index 8f3cd54..d4ac1b4 100644
--- a/
ui/Log.gd
+++ b/
ui/Log.gd
@@ -26,7 +26,7 @@ static func to_str(arg) -> String:
static func arr2str(arr: Array) -> String:
- var string = ""
+ var string := ""
for i in arr:
string += str(i) + " "
return string