Whoops D:

This commit is contained in:
bm01 2012-06-15 03:32:46 +02:00
parent 739cd83155
commit 1014316581

View File

@ -49,7 +49,7 @@ public class TrackedEntity {
this.trackedEntity = trackedEntity;
//Check if the entity is still active every 10 minutes
taskId = Bukkit.getScheduler().scheduleSyncRepeatingTask(mcMMO.p, this, 20, 20);
taskId = Bukkit.getScheduler().scheduleSyncRepeatingTask(mcMMO.p, this, 12000, 12000);
}
@Override