Merge branch 'development' of https://git.t2code.net/JaTiTV/T2CodeLib into development
This commit is contained in:
commit
2f168197fe
@ -29,7 +29,7 @@ public class T2CconfigWriter {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
} else exist = true;
|
||||||
|
|
||||||
config = YamlConfiguration.loadConfiguration(configFile);
|
config = YamlConfiguration.loadConfiguration(configFile);
|
||||||
Map<String, List<String>> comments = new LinkedHashMap<>();
|
Map<String, List<String>> comments = new LinkedHashMap<>();
|
||||||
|
@ -44,8 +44,6 @@ public final class T2CodeLibMain extends JavaPlugin {
|
|||||||
@Getter
|
@Getter
|
||||||
private static T2CplatformDetector.PlatformType plattform;
|
private static T2CplatformDetector.PlatformType plattform;
|
||||||
|
|
||||||
// public static Logger logger;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
// Plugin startup logic
|
// Plugin startup logic
|
||||||
|
Loading…
Reference in New Issue
Block a user