daily auto reboot

This commit is contained in:
2024-03-14 20:50:17 -05:00
parent 1ae1deabdc
commit 74eff825b0
+1 -1
View File
@@ -210,7 +210,7 @@ public class WorldServer {
this.isRunning = true; this.isRunning = true;
while (true) { while (true) {
if(LocalDateTime.now().getHour() == 21 && LocalDateTime.now().getMinute() == 48){ if(LocalDateTime.now().getHour() == 21 && LocalDateTime.now().getMinute() == 55){
//daily reboot //daily reboot
try { try {
Runtime rt = Runtime.getRuntime(); Runtime rt = Runtime.getRuntime();