Fixing Loader to 0
Dieser Commit ist enthalten in:
Ursprung
80ac2de1c9
Commit
7a778c0484
@ -119,8 +119,8 @@ public class AutoLoader extends IAutoLoader implements Listener {
|
||||
}
|
||||
|
||||
public void wait(int time){
|
||||
if(time < 0){
|
||||
print("§cNegative Wartezeit", false);
|
||||
if(time < 1){
|
||||
print("§cNegative oder Null Wartezeit", false);
|
||||
return;
|
||||
}
|
||||
|
||||
@ -129,8 +129,8 @@ public class AutoLoader extends IAutoLoader implements Listener {
|
||||
}
|
||||
|
||||
public void blockWait(int time){
|
||||
if(time < 0){
|
||||
print("§cNegative Wartezeit", false);
|
||||
if(time < 1){
|
||||
print("§cNegative oder Null Wartezeit", false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren