фуафуа

This commit is contained in:
Igor Timofeev 2016-04-05 15:59:58 +03:00
parent a960feb007
commit 786e0ae8e8

View File

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