|
|
|
|
@ -1957,7 +1957,7 @@ size_t OnSetStrength(const TCmd *pCmd, int pnum)
|
|
|
|
|
{ |
|
|
|
|
const auto &message = *reinterpret_cast<const TCmdParam1 *>(pCmd); |
|
|
|
|
|
|
|
|
|
if (gbBufferMsgs == 1) { |
|
|
|
|
if (gbBufferMsgs != 1) { |
|
|
|
|
Player &player = Players[pnum]; |
|
|
|
|
if (message.wParam1 <= 750 && &player != MyPlayer) |
|
|
|
|
SetPlrStr(player, message.wParam1); |
|
|
|
|
|