fix npc sounds #295
Annotations
2 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Local 'var' is never modified and can be declared as 'val':
game/src/main/kotlin/world/gregs/voidps/world/interact/entity/player/combat/melee/Block.kts#L75
Variable is never modified, so it can be declared using 'val'
|