SteamWar/SpigotCore
Archiviert
13
0

Update CommonCore (Fix SchemElo NPE)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-11-22 15:58:16 +01:00
Ursprung 9f2a3b0359
Commit bcd856dc82

Datei anzeigen

@ -41,7 +41,6 @@ import java.io.InputStreamReader;
import java.util.Collection; import java.util.Collection;
import java.util.logging.Level; import java.util.logging.Level;
public class Core extends JavaPlugin{ public class Core extends JavaPlugin{
public static final Message MESSAGE = new Message("SpigotCore", Core.class.getClassLoader()); public static final Message MESSAGE = new Message("SpigotCore", Core.class.getClassLoader());