diff --git a/illuna_aestival/src/player.lua b/illuna_aestival/src/player.lua
index af57de67c1044b8162ee291870f2c7de7e91877d..c928c414873b9e3a8627fe3261db4d02ef956c6f 100755
--- a/illuna_aestival/src/player.lua
+++ b/illuna_aestival/src/player.lua
@@ -1,5 +1,5 @@
 minetest.register_on_joinplayer(function(player)
-    player:hud_set_hotbar_itemcount(10)
+    --player:hud_set_hotbar_itemcount(10)
     player:hud_set_hotbar_image('illuna_hotbar_bg.png')
     player:hud_set_hotbar_selected_image('illuna_hotbar_fg.png')
     player:set_clouds({height = 145})