Update APRIL_FOOLS_RESET string in Config class
APRIL_FOOLS_RESET string in Config class has been updated from "reverse" to "esrever". This change updates the behavior of the April Fools feature in the chat application.
This commit is contained in:
parent
157edbd6b6
commit
42736bd566
|
|
@ -544,7 +544,7 @@ public final class Config {
|
|||
NICK_CURRENT = getString("nicknames.messages.nick-current", NICK_CURRENT);
|
||||
}
|
||||
|
||||
public static String APRIL_FOOLS_RESET = "reverse";
|
||||
public static String APRIL_FOOLS_RESET = "esrever";
|
||||
private static void aprilFools() {
|
||||
APRIL_FOOLS_RESET = getString("april-fools.reset", APRIL_FOOLS_RESET);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user