Bugfixes and performance optimizations

This commit is contained in:
2021-12-03 10:21:26 +01:00
parent 2fcd19ba50
commit 13baf14d7d
33 changed files with 148 additions and 255 deletions

View File

@@ -28,6 +28,10 @@ public class T2CodeTemplate {
send.console(prefix + " §4 §e| §2Spigot: §6" + spigot);
send.console(prefix + " §4 §e| §2Discord: §6" + discord);
send.console(prefix + " §4 §e-------------------");
if (version.toLowerCase().contains("dev") || version.toLowerCase().contains("snapshot") || version.toLowerCase().contains("beta")) {
send.console(prefix + " §eYou are running §4" + version + " §eof " + prefix + "§e! Some features may not be working as expected. Please report all bugs here: http://dc.t2code.net");
send.console(prefix + " §4 §e-------------------");
}
//onLoadSeparateStroke(prefix);
return long_;
}
@@ -84,6 +88,4 @@ public class T2CodeTemplate {
}
}