From 114563674a98a3e3c6862f71ced58361c71f1d11 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Thu, 6 Apr 2023 23:01:43 +0200 Subject: [PATCH] Hotfix config key --- src/de/steamwar/lobby/special/easter/EggHunt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/lobby/special/easter/EggHunt.java b/src/de/steamwar/lobby/special/easter/EggHunt.java index ad721df..4af6899 100644 --- a/src/de/steamwar/lobby/special/easter/EggHunt.java +++ b/src/de/steamwar/lobby/special/easter/EggHunt.java @@ -13,7 +13,7 @@ public class EggHunt { private static List eggList = new ArrayList<>(); - public static final String EGG_HUNT_CONFIG_KEY = "egghunt2022"; + public static final String EGG_HUNT_CONFIG_KEY = "egghunt2023"; public static void init() { }