mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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) {
|
||||
Preconditions.checkArgument(npc.hasBoundaries(), "Cannot add an npc with no boundaries to the NpcMovementTask.");
|
||||
npcs.offer(npc);
|
||||
System.out.println("Adding npc to movement task: " + npc.getId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user