修复全解锁命令的一个问题
This commit is contained in:
@@ -82,7 +82,7 @@ function scene.keyDown(k)
|
|||||||
elseif v==7294e4+3816 then
|
elseif v==7294e4+3816 then
|
||||||
pass=true
|
pass=true
|
||||||
for name,M in next,MODES do
|
for name,M in next,MODES do
|
||||||
if not RANKS[name]and M.x then
|
if type(name)=="string"and not RANKS[name]and M.x then
|
||||||
RANKS[name]=M.score and 0 or 6
|
RANKS[name]=M.score and 0 or 6
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user