Itemwheel is use only for Computer, else Android use hudbar.
5.0
Mrchiantos 2019-06-14 21:58:42 +02:00
parent 314284a086
commit ed15ade047
1 changed files with 6 additions and 2 deletions

View File

@ -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