Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
18a81fab6d |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user