Skip to content

Commit 2ff38b8

Browse files
author
markb5
committed
remove unused methods
1 parent fa1fd62 commit 2ff38b8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/engine/entity/Player.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,14 +1054,6 @@ export default class Player extends PathingEntity {
10541054
return ScriptProvider.getByTrigger(this.targetOp, typeId, categoryId) ?? null;
10551055
}
10561056

1057-
queueWaypoint(x: number, z: number): void {
1058-
super.queueWaypoint(x, z);
1059-
}
1060-
1061-
queueWaypoints(waypoints: ArrayLike<number>): void {
1062-
super.queueWaypoints(waypoints);
1063-
}
1064-
10651057
pathToPathingTarget(): void {
10661058
if (!(this.target instanceof PathingEntity)) {
10671059
return;

0 commit comments

Comments
 (0)