修正NX模组不会让成绩无效
This commit is contained in:
@@ -7,6 +7,7 @@ MODOPT={--Mod options
|
||||
key="q",x=80,y=230,color='O',
|
||||
list={0,1,2,3,4,5,6},
|
||||
func=function(P,O)P.gameEnv.nextCount=O end,
|
||||
unranked=true,
|
||||
},
|
||||
{no=1,id="HL",name="hold",
|
||||
key="w",x=200,y=230,color='O',
|
||||
@@ -17,7 +18,7 @@ MODOPT={--Mod options
|
||||
{no=2,id="FL",name="hideNext",
|
||||
key="e",x=320,y=230,color='A',
|
||||
list={1,2,3,4,5},
|
||||
func=function(P,O)P.gameEnv.nextStartPos=O +1 end,
|
||||
func=function(P,O)P.gameEnv.nextStartPos=O+1 end,
|
||||
},
|
||||
{no=3,id="IH",name="infHold",
|
||||
key="r",x=440,y=230,color='A',
|
||||
|
||||
Reference in New Issue
Block a user