aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 48f393e0..74842768 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -109,7 +109,7 @@ func _ready():
t.finish(warn)
)
- mp.send_join("Blub", 1)
+ mp.send_join(Global.username, Global.character)
func _process(delta):