mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Move server_getDiff to missionNameSpace
Vanilla commits:dc984fd219d82f430c28
This commit is contained in:
@@ -32,13 +32,11 @@ if (_characterID != "0") then {
|
||||
_key call server_hiveWrite;
|
||||
};
|
||||
|
||||
#ifdef PLAYER_DEBUG
|
||||
diag_log format ["Player UID#%3 CID#%4 %1 as %5 died at %2",
|
||||
_newObject call fa_plr2str, _pos call fa_coor2str,
|
||||
_playerID, _characterID,
|
||||
typeOf _newObject
|
||||
];
|
||||
#endif
|
||||
|
||||
// DEATH MESSAGES
|
||||
_suicide = ((_sourceName == _playerName) or (_method == "suicide"));
|
||||
|
||||
Reference in New Issue
Block a user