diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,4 +5,7 @@ dofile(modpath .. "/api.lua") dofile(modpath .. "/functions.lua") dofile(modpath .. "/builtin.lua") dofile(modpath .. "/legacy.lua") +if hud.item_wheel then + dofile(modpath .. "/itemwheel.lua") +end |