SteamWar/FightSystem
Archiviert
13
1

Add testcommand

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-03-31 20:15:51 +02:00
Ursprung 79164acbbf
Commit d1e6e87129

Datei anzeigen

@ -53,7 +53,7 @@ public class Kit {
static {
if(!kits.exists()) {
Bukkit.getLogger().log(Level.SEVERE, "Kitconfig fehlend!");
Bukkit.getLogger().log(Level.SEVERE, "Kitconfig fehlend!" + kits.getAbsolutePath());
}
FileConfiguration kitData = YamlConfiguration.loadConfiguration(kits);