online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/Chat.gd')
-rw-r--r--ui/chat/Chat.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/chat/Chat.gd b/ui/chat/Chat.gd
index be4b119..ddb3a07 100644
--- a/ui/chat/Chat.gd
+++ b/ui/chat/Chat.gd
@@ -33,8 +33,6 @@ func _exit_tree():
func _ready():
PacketHandler.connect("chat", self, "add_label_with")
server("Welcome!") # say hello
- yield(get_tree().create_timer(.4), "timeout")
- server("You can use markdown(sort of)!") # say hello again
func add_label_with(data: Dictionary) -> void: