Skip to content

Commit 06b3a07

Browse files
Re-implement NPC movement.
1 parent 119bc53 commit 06b3a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/world/actor/npc/npc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Npc extends Actor {
7070

7171
public init(): void {
7272
world.chunkManager.getChunkForWorldPosition(this.position).addNpc(this);
73-
// this.initiateRandomMovement();
73+
this.initiateRandomMovement();
7474

7575
new Promise(resolve => {
7676
npcInitPlugins

0 commit comments

Comments
 (0)