MCore change

This commit is contained in:
Olof Larsson
2013-04-24 08:59:43 +02:00
parent cb1926c5c1
commit 8ac19453b6
5 changed files with 4 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ public class TaskEconLandReward extends ModuloRepeatTask
}
@Override
public void invoke()
public void invoke(long now)
{
for (FactionColl coll : FactionColls.get().getColls())
{

View File

@@ -32,7 +32,7 @@ public class TaskPlayerDataRemove extends ModuloRepeatTask
}
@Override
public void invoke()
public void invoke(long now)
{
for (UPlayerColl coll : UPlayerColls.get().getColls())
{

View File

@@ -36,7 +36,7 @@ public class TaskPlayerPowerUpdate extends ModuloRepeatTask
}
@Override
public void invoke()
public void invoke(long now)
{
long millis = this.getDelayMillis();