diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ deathswap.players = {} minetest.register_on_prejoinplayer(function() if #deathswap.players == 2 then - return false, "Deathswap is full!" + return "Deathswap is full!" end end) |