Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
chore: remove useless if in stair code
Browse files Browse the repository at this point in the history
  • Loading branch information
leia-uwu committed Sep 14, 2024
1 parent 70018f6 commit b21cd1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/game/objects/gameObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ export abstract class BaseGameObject {
) {
this.layer = 2;
}
}
if (collides) {
onStair = true;
finalStair = stair;
break;
Expand Down

0 comments on commit b21cd1e

Please sign in to comment.