mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Attempt to fix IOOBException due getOfflinePlayer at server startup
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package com.gmail.nossr50.skills.runnables;
|
||||
|
||||
import com.gmail.nossr50.party.PartyManager;
|
||||
|
||||
public class PartiesLoader implements Runnable {
|
||||
@Override
|
||||
public void run() {
|
||||
PartyManager.loadParties();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user