We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119bc53 commit 06b3a07Copy full SHA for 06b3a07
src/world/actor/npc/npc.ts
@@ -70,7 +70,7 @@ export class Npc extends Actor {
70
71
public init(): void {
72
world.chunkManager.getChunkForWorldPosition(this.position).addNpc(this);
73
- // this.initiateRandomMovement();
+ this.initiateRandomMovement();
74
75
new Promise(resolve => {
76
npcInitPlugins
0 commit comments