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();
|
||||
return;
|
||||
}
|
||||
}
|
||||
} else exist = true;
|
||||
|
||||
config = YamlConfiguration.loadConfiguration(configFile);
|
||||
Map<String, List<String>> comments = new LinkedHashMap<>();
|
||||
|
@ -44,8 +44,6 @@ public final class T2CodeLibMain extends JavaPlugin {
|
||||
@Getter
|
||||
private static T2CplatformDetector.PlatformType plattform;
|
||||
|
||||
// public static Logger logger;
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
// Plugin startup logic
|
||||
|
Loading…
Reference in New Issue
Block a user