mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
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