OOPS IM STUPID

This commit is contained in:
CyndaquilDAC
2021-05-16 14:44:31 -05:00
parent 2912e0703e
commit 3fc3a03cbd
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ class ResetButtonOption extends Option
private override function updateDisplay():String
{
return "Reset Button " + (!FlxG.save.data.distractions ? "off" : "on");
return "Reset Button " + (!FlxG.save.data.resetButton ? "off" : "on");
}
}