Skip to content

Commit 078936a

Browse files
authored
Update ClientPrefs.hx
1 parent c274324 commit 078936a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ClientPrefs.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y
241241

242242
'debug_1' => [SEVEN, NONE],
243243
'debug_2' => [EIGHT, NONE],
244-
'taunt' => [SPACE, NONE]
244+
'taunt' => [SPACE, NONE]
245245
];
246246
public static var defaultKeys:Map<String, Array<FlxKey>> = null;
247247

@@ -373,3 +373,4 @@ class ClientPrefs { //default settings if it can't find a save file containing y
373373
return copiedArray;
374374
}
375375
}
376+

0 commit comments

Comments
 (0)