1.72d
Itemwheel is use only for Computer, else Android use hudbar.
This commit is contained in:
parent
314284a086
commit
ed15ade047
|
@ -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
|
Loading…
Reference in New Issue