From 598bd4332deddd5f4c506689cbd136f495835ea7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 03:34:03 +0100 Subject: actually send the username --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/main.lua') diff --git a/client/main.lua b/client/main.lua index 1d9409f..7388c67 100644 --- a/client/main.lua +++ b/client/main.lua @@ -42,7 +42,7 @@ function titlescene.keypressed(k,s,r) username = username:sub(1,b-1) end elseif k=="return" then - switch_scene(gamescene) + switch_scene(gamescene, username) end end -- cgit v1.2.3