MCore change
This commit is contained in:
@@ -32,7 +32,7 @@ public class TaskEconLandReward extends ModuloRepeatTask
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invoke()
|
||||
public void invoke(long now)
|
||||
{
|
||||
for (FactionColl coll : FactionColls.get().getColls())
|
||||
{
|
||||
|
@@ -32,7 +32,7 @@ public class TaskPlayerDataRemove extends ModuloRepeatTask
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invoke()
|
||||
public void invoke(long now)
|
||||
{
|
||||
for (UPlayerColl coll : UPlayerColls.get().getColls())
|
||||
{
|
||||
|
@@ -36,7 +36,7 @@ public class TaskPlayerPowerUpdate extends ModuloRepeatTask
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invoke()
|
||||
public void invoke(long now)
|
||||
{
|
||||
long millis = this.getDelayMillis();
|
||||
|
||||
|
Reference in New Issue
Block a user