Updated to OTCv8 3.1 rev 122

This commit is contained in:
OTCv8 2022-02-08 09:08:54 +00:00
parent ad412d684f
commit 84d39afc86
6 changed files with 1 additions and 4 deletions

View File

@ -115,15 +115,12 @@ function loadMap()
loaded = g_minimap.loadOtmm(minimapFile)
end
if not loaded then
print("Minimap couldn't be loaded")
print("Minimap couldn't be loaded, file missing?")
end
minimapWidget:load()
end
function saveMap()
if not loaded then
return
end
local clientVersion = g_game.getClientVersion()
local minimapFile = '/minimap' .. clientVersion .. '.otmm'
g_minimap.saveOtmm(minimapFile)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.