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 e3ec1f3 commit c7e8bfaCopy full SHA for c7e8bfa
src/game-engine/world/actor/actor.ts
@@ -180,7 +180,7 @@ export abstract class Actor {
180
this.metadata['following'] = target;
181
182
this.moveBehind(target);
183
- const subscription = target.walkingQueue.movementEvent.subscribe(async () => {
+ const subscription = target.walkingQueue.movementEvent.subscribe(() => {
184
if(!this.moveBehind(target)) {
185
this.actionsCancelled.next(null);
186
}
0 commit comments