mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
фуафуа
This commit is contained in:
parent
a960feb007
commit
786e0ae8e8
@ -140,7 +140,7 @@ local function drawMain()
|
||||
|
||||
if topBarElements[currentTopBarElement] == "Карта" then
|
||||
drawMap()
|
||||
elseif topBarElements[currentTopBarElement] == "Карта" then
|
||||
elseif topBarElements[currentTopBarElement] == "Инвентарь" then
|
||||
drawInventory()
|
||||
end
|
||||
end
|
||||
@ -267,8 +267,6 @@ while true do
|
||||
elseif e[7] == "inventoryInfo" then
|
||||
map.robotInventory = serialization.unserialize(e[8])
|
||||
drawAll()
|
||||
print("ПРИШЛО СУКА СУКА СУКА")
|
||||
print(e[8])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user