We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c274324 commit 078936aCopy full SHA for 078936a
source/ClientPrefs.hx
@@ -241,7 +241,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y
241
242
'debug_1' => [SEVEN, NONE],
243
'debug_2' => [EIGHT, NONE],
244
- 'taunt' => [SPACE, NONE]
+ 'taunt' => [SPACE, NONE]
245
];
246
public static var defaultKeys:Map<String, Array<FlxKey>> = null;
247
@@ -373,3 +373,4 @@ class ClientPrefs { //default settings if it can't find a save file containing y
373
return copiedArray;
374
}
375
376
+
0 commit comments