Skip to content

Commit

Permalink
Fix power spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Apr 1, 2021
1 parent 0bf0951 commit 161043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplay/skirmish/cobra_includes/miscFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function getRealPower(player)
const POWER = playerPower(player) - queuedPower(player);
if (!currently_dead && playerAlliance(true).length > 0 && player === me && POWER < -300)
{
sendChatMessage("need Power", ALLIES);
sendChatMessage("need power", ALLIES);
}

return POWER;
Expand Down

0 comments on commit 161043a

Please sign in to comment.