Remove unnecessary check from 6c62b3f

This was made redundant by 6c62b3f .
This commit is contained in:
ebaydayz
2017-01-24 16:09:22 -05:00
parent 6c62b3f8e4
commit dae53a6bf8

View File

@@ -67,7 +67,7 @@ if (_characterID != "?") then {
*/
//Punish combat log
if (_inCombat && _playerPos distance respawn_west_original > 1500) then {
if (_inCombat) then {
// Moved setVariables to server_playerSync since they are high priority
// Messages are low priority. Player object not needed
diag_log format["PLAYER COMBAT LOGGED: %1(%3) at location %2",_playerName,_playerPos,_playerUID];