summaryrefslogtreecommitdiff
path: root/client/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.lua')
-rw-r--r--client/main.lua2
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