From ed15ade0470842d27a43abab803b5cc15a12b6a7 Mon Sep 17 00:00:00 2001 From: Mrchiantos <51173452+Mrchiantos@users.noreply.github.com> Date: Fri, 14 Jun 2019 21:58:42 +0200 Subject: [PATCH] 1.72d Itemwheel is use only for Computer, else Android use hudbar. --- mods/Menu/hud/init.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mods/Menu/hud/init.lua b/mods/Menu/hud/init.lua index 22c9b4c..ef74234 100644 --- a/mods/Menu/hud/init.lua +++ b/mods/Menu/hud/init.lua @@ -7,6 +7,10 @@ dofile(path .. "/api.lua") dofile(path .. "/builtin.lua") dofile(path .. "/legacy.lua") -if hud.item_wheel then +if PLATFORM == "Android" then + +else + dofile(path .. "/itemwheel.lua") -end + +end \ No newline at end of file