forked from 2009Scape/Server
Trying to fix ge
This commit is contained in:
parent
8e9f6b4323
commit
7dbf11971a
1 changed files with 3 additions and 3 deletions
|
|
@ -78,9 +78,9 @@ public final class SystemTermination {
|
|||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
while(!Repository.getPlayerNames().isEmpty()){
|
||||
Thread.yield();
|
||||
}
|
||||
try {
|
||||
Thread.sleep(3_000);
|
||||
} catch (Exception ignored){}
|
||||
GrandExchangeDatabase.save();
|
||||
OfferManager.save();
|
||||
SystemLogger.flushLogs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue