1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 07:21:26 +02:00

No longer needed!

This commit is contained in:
TfT_02 2013-04-13 01:16:17 +02:00
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();
}
}