mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
No longer needed!
This commit is contained in:
parent
062a3028f4
commit
cb133ced80
@ -1,12 +0,0 @@
|
|||||||
package com.gmail.nossr50.runnables.party;
|
|
||||||
|
|
||||||
import org.bukkit.scheduler.BukkitRunnable;
|
|
||||||
|
|
||||||
import com.gmail.nossr50.party.PartyManager;
|
|
||||||
|
|
||||||
public class PartyLoaderTask extends BukkitRunnable {
|
|
||||||
@Override
|
|
||||||
public void run() {
|
|
||||||
PartyManager.loadParties();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user