mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Remove debug message from NpcMovementTask.
This commit is contained in:
@@ -61,7 +61,6 @@ public final class NpcMovementTask extends ScheduledTask {
|
|||||||
public void addNpc(Npc npc) {
|
public void addNpc(Npc npc) {
|
||||||
Preconditions.checkArgument(npc.hasBoundaries(), "Cannot add an npc with no boundaries to the NpcMovementTask.");
|
Preconditions.checkArgument(npc.hasBoundaries(), "Cannot add an npc with no boundaries to the NpcMovementTask.");
|
||||||
npcs.offer(npc);
|
npcs.offer(npc);
|
||||||
System.out.println("Adding npc to movement task: " + npc.getId());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user