MAJOR BUG FIX
logs are so powerful you can't mess with them
This commit is contained in:
parent
5c762ed6ee
commit
a2c7c4d8da
@ -174,7 +174,7 @@ public class Hypervisor {
|
||||
}
|
||||
save();
|
||||
System.out.println(
|
||||
"[*] Hypervisor is waiting for " + this.delay + "seconds.");
|
||||
"[*] Hypervisor is waiting for " + this.delay + " seconds.");
|
||||
Thread.sleep(this.delay * 1000);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user