1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

This should be static access.

This commit is contained in:
GJ
2013-01-14 00:27:30 -05:00
parent aab532f475
commit ed5120eead

View File

@@ -37,6 +37,6 @@ public class MobStoreCleaner implements Runnable
public void run()
{
mcMMO.p.placeStore.cleanMobLists();
mcMMO.placeStore.cleanMobLists();
}
}