aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs/player.lua')
-rw-r--r--src/objs/player.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua
index ffc9fde..55a8ebe 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -136,6 +136,5 @@ function new_player(x, y)
exit = player_dash_state_exit,
},
})
-
return ent
end