forked from Not/srb2k-leaderboard
v1.2.5
This commit is contained in:
parent
9a1fb0677a
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user