forked from SteamWar/SteamWar
Remove Event-related SQL classes and update relevant references across modules
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -67,7 +67,7 @@ public class Config {
|
||||
EVENT_KAMPF_ID = Integer.parseInt(System.getProperty("fightID", "0"));
|
||||
|
||||
if (event()) {
|
||||
EVENT_FIGHT = EventFight.get(EVENT_KAMPF_ID);
|
||||
EVENT_FIGHT = EventFight.byId(EVENT_KAMPF_ID);
|
||||
|
||||
if (EVENT_FIGHT == null) {
|
||||
Bukkit.shutdown();
|
||||
|
||||
Reference in New Issue
Block a user