diff options
author | ubq323 <ubq323@ubq323.website> | 2023-06-18 03:34:03 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-06-18 03:36:08 +0100 |
commit | 598bd4332deddd5f4c506689cbd136f495835ea7 (patch) | |
tree | ff9dbbb23d584ed2ef7c29492c89e2e7fe04e9da /client/main.lua | |
parent | 6ca2cc22977f729fb6e40bdd0f00da4edf3cb777 (diff) |
actually send the username
Diffstat (limited to 'client/main.lua')
-rw-r--r-- | client/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |