removed mock action from RemotePlayer

This commit is contained in:
Hanusiak Piotr 2022-01-31 13:01:47 +01:00
parent 989897cb01
commit c3d04efe9b

View file

@ -61,13 +61,6 @@ export class RemotePlayer extends Character implements ActivatableInterface {
});
this.bindEventHandlers();
this.registerActionsMenuAction({
actionName: "ddd",
callback: () => {
console.log('ddd');
},
});
}
public updatePosition(position: PointInterface): void {