Update DEV / Snapshot / Beta Version Startmessage

This commit is contained in:
JaTiTV 2021-12-31 01:33:59 +01:00
parent ed63004ebf
commit 34e59872c0
1 changed files with 6 additions and 1 deletions

View File

@ -29,8 +29,13 @@ public class T2CodeTemplate {
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 + " §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 §4UpdateChecker & bStats may be disabled!");
send.console(prefix + " §4 §e-------------------");
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
//onLoadSeparateStroke(prefix);
return long_;