Moved Faction entity to useage of MStore as well.

This commit is contained in:
Olof Larsson
2013-04-12 09:47:43 +02:00
parent 76f3f044ca
commit 3036b0a157
24 changed files with 265 additions and 904 deletions

View File

@ -16,7 +16,7 @@ public class EconLandRewardTask implements Runnable
@Override
public void run()
{
FactionColl.i.econLandRewardRoutine();
FactionColl.get().econLandRewardRoutine();
// TODO: This technique is TPS dependent and wrong.
// Instead of restarting a TPS dependent task the task should poll every once in a while for the system millis.