Skip to content

Commit

Permalink
Remove function call
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Oct 6, 2024
1 parent 57afce4 commit 95b5c60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2947,8 +2947,6 @@ void ProcessPlayers()
for (size_t pnum = 0; pnum < Players.size(); pnum++) {
Player &player = Players[pnum];
if (player.plractive && player.isOnActiveLevel() && (&player == MyPlayer || !player._pLvlChanging)) {
CheckCheatStats(player);

if (!PlrDeathModeOK(player) && (player._pHitPoints >> 6) <= 0) {
SyncPlrKill(player, DeathReason::Unknown);
}
Expand Down

0 comments on commit 95b5c60

Please sign in to comment.