Skip to content

Commit

Permalink
Make suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico8340 committed Nov 26, 2024
1 parent 70f0dbc commit 5db49a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Server/mods/deathmatch/logic/CGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4269,9 +4269,7 @@ void CGame::Packet_PlayerWorldSpecialProperty(CPlayerWorldSpecialPropertyPacket&
CPlayer* player = packet.GetSourcePlayer();

if (!player)
{
return;
}

const std::string& property = packet.GetProperty();
const bool enabled = packet.IsEnabled();
Expand Down

0 comments on commit 5db49a6

Please sign in to comment.