Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 27, 2025
1 parent b9a356b commit 16447b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scenarios/netGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ export default async function runScenario(game: Game) {
CameraLockPriority.LockIfNotLocalPlayer;
world.addEntity(newProjectile);
}
const res = await newProjectile.onFireResult;
return res;
};
const wormEnt = world.addEntity(
wormInstance.team.playerUserId === myUserId
Expand Down

0 comments on commit 16447b3

Please sign in to comment.