Fixed text inaccuracy in mod menu

![image](https://user-images.githubusercontent.com/76723917/123514347-d0c99680-d6bc-11eb-85dd-2ba90d1fcdf1.png)
0.15.4 made every mod cause the game to be unranked, so this should be changed to:
`Beware, the mods will cause your game to be unranked!`
This commit is contained in:
Not-A-Normal-Robot
2021-06-26 20:34:31 +07:00
committed by GitHub
parent 0ea58e0858
commit 1380fa768c

View File

@@ -108,7 +108,7 @@ return{
errorMsg="Techmino ran into a problem and needs to restart.\nYou can send the error log to the devs.",
modInstruction="Choose your modifiers!\nMods allow you to change the game.\nThey may also break it in weird ways.\nBeware, some mods will cause your game to be unranked!",
modInstruction="Choose your modifiers!\nMods allow you to change the game.\nThey may also break it in weird ways.\nBeware, the mods will cause your game to be unranked!",
modInfo={
next="NEXT\nOverrides the number of Next pieces.",
hold="HOLD\nOverrides the number of Hold pieces.",
@@ -921,4 +921,4 @@ return{
{C.Y,"O-Spin Triple!"},
{C.Z,"What? ",C.lC,"Xspin?"},
}
}
}