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:
Teriuihi 2024-03-31 14:53:36 +02:00
parent 157edbd6b6
commit 42736bd566

View File

@ -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);
}