mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Remove unnecessary check from 6c62b3f
This was made redundant by 6c62b3f .
This commit is contained in:
@@ -67,7 +67,7 @@ if (_characterID != "?") then {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//Punish combat log
|
//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
|
// Moved setVariables to server_playerSync since they are high priority
|
||||||
// Messages are low priority. Player object not needed
|
// Messages are low priority. Player object not needed
|
||||||
diag_log format["PLAYER COMBAT LOGGED: %1(%3) at location %2",_playerName,_playerPos,_playerUID];
|
diag_log format["PLAYER COMBAT LOGGED: %1(%3) at location %2",_playerName,_playerPos,_playerUID];
|
||||||
|
|||||||
Reference in New Issue
Block a user