arena_lib doesnt seem to handle 0 HUD slots

master
MisterE123 2021-02-01 19:36:01 -05:00
parent 0063056460
commit 505b895a13
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dofile(minetest.get_modpath("wormball") .. "/globals.lua")
},
show_nametags = false,
hotbar = {
slots = 0,
slots = 1,
},
celebration_time =10,