added gun and throwable dropping, added scope selection, refactored p… #119
Annotations
10 errors and 7 warnings
Lint:
server/src/game.ts#L18
All imports in the declaration are only used as types. Use `import type`
|
Lint:
server/src/game.ts#L354
Block must not be padded by blank lines
|
Lint:
server/src/game.ts#L356
Multiple spaces found before '('
|
Lint:
server/src/game.ts#L361
Missing space before opening brace
|
Lint:
server/src/game.ts#L367
Missing space before opening brace
|
Lint:
server/src/game.ts#L370
Expected space(s) before "else"
|
Lint:
server/src/game.ts#L370
Expected space(s) after "else"
|
Lint:
server/src/game.ts#L381
Trailing spaces not allowed
|
Lint:
server/src/game.ts#L386
Expected a 'break' statement before 'case'
|
Lint:
server/src/game.ts#L391
'amountToDrop' is never reassigned. Use 'const' instead
|
Client
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Server
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
server/src/objects/player.ts#L20
'GunDefs' is defined but never used
|
Lint:
server/src/objects/player.ts#L21
'PerkDefs' is defined but never used
|
Lint:
server/src/objects/player.ts#L22
'OutfitDefs' is defined but never used
|
Lint:
server/src/objects/player.ts#L24
'ThrowableDefs' is defined but never used
|