Browse Source

Update Source/msg.cpp

pull/8343/head
Anders Jenbo 2 months ago committed by GitHub
parent
commit
d54fcac90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Source/msg.cpp

1
Source/msg.cpp

@ -1908,7 +1908,6 @@ size_t OnKnockback(const TCmdParam1 &message, Player &player)
size_t OnResurrect(const TCmdParam1 &message, Player &caster)
{
const uint16_t playerIdx = Swap16LE(message.wParam1);
Player &target = Players[playerIdx];
if (gbBufferMsgs == 1) {
BufferMessage(caster, &message, sizeof(message));

Loading…
Cancel
Save