forked from SteamWar/SteamWar
Improve YMLWrapper
This commit is contained in:
-1
@@ -36,7 +36,6 @@ public class CheckSchemTypeManager {
|
||||
|
||||
static {
|
||||
File folder = new File(SchematicSystem.getInstance().getDataFolder().getParentFile(), "FightSystem");
|
||||
|
||||
if(folder.exists()) {
|
||||
for(File configFile : folder.listFiles((file, name) -> name.endsWith(".yml") && !name.endsWith(".kits.yml"))) {
|
||||
GameModeConfig<Material, SchematicType, String> gameModeConfig = new GameModeConfig<>(YMLWrapperImpl.ofTyped(configFile));
|
||||
|
||||
Reference in New Issue
Block a user