Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 authored and hsanger committed Jan 2, 2025
1 parent 76ed9c0 commit 79044b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/scripts/objects/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Loots, type WeaponDefinition } from "@common/definitions/loots";
import { DEFAULT_HAND_RIGGING, type MeleeDefinition } from "@common/definitions/melees";
import { type ObstacleDefinition } from "@common/definitions/obstacles";
import { PerkData, PerkIds } from "@common/definitions/perks";
import { Skins, type ImageLayer, type SkinDefinition } from "@common/definitions/skins";
import { Skins, type SkinDefinition } from "@common/definitions/skins";
import { SpectatePacket } from "@common/packets/spectatePacket";
import { CircleHitbox } from "@common/utils/hitbox";
import { adjacentOrEqualLayer, getEffectiveZIndex } from "@common/utils/layer";
Expand Down Expand Up @@ -369,7 +369,6 @@ export class Player extends GameObject.derive(ObjectCategory.Player) {
}
}


override updateFromData(data: ObjectsNetData[ObjectCategory.Player], isNew = false): void {
const game = this.game;
const { uiManager } = game;
Expand Down

0 comments on commit 79044b4

Please sign in to comment.