SteamWar/BauSystem
Archiviert
13
0

Change Language

Dieser Commit ist enthalten in:
Chaoscaot 2020-11-27 15:38:10 +01:00
Ursprung 7a778c0484
Commit d600297d4d

Datei anzeigen

@ -120,7 +120,7 @@ public class AutoLoader extends IAutoLoader implements Listener {
public void wait(int time){ public void wait(int time){
if(time < 1){ if(time < 1){
print("§cNegative oder Null Wartezeit", false); print("§cDie Wartezeit ist zu klein", false);
return; return;
} }
@ -130,7 +130,7 @@ public class AutoLoader extends IAutoLoader implements Listener {
public void blockWait(int time){ public void blockWait(int time){
if(time < 1){ if(time < 1){
print("§cNegative oder Null Wartezeit", false); print("§cDie Wartezeit ist zu klein", false);
return; return;
} }