This commit is contained in:
Not 2022-03-28 13:10:43 +02:00
parent 9a1fb0677a
commit 18a81fab6d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ local function changelevel(player, ...)
else
--Extended map numbers
p = ALPH:find(p) - 1
q = (tonumber(q) or ALPH:find(q) + 10) - 1
q = (tonumber(q) or ALPH:find(q) + 9)
mapnum = 36 * p + q + 100
end