mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +03:00
removed local message
was never working
This commit is contained in:
@@ -40,9 +40,6 @@ if (_killerName != "nil") then
|
|||||||
if(DZE_DeathMsgSide) then {
|
if(DZE_DeathMsgSide) then {
|
||||||
[nil, nil, rspawn, [_killer, _message], { (_this select 0) sideChat (_this select 1) }] call RE;
|
[nil, nil, rspawn, [_killer, _message], { (_this select 0) sideChat (_this select 1) }] call RE;
|
||||||
};
|
};
|
||||||
if(DZE_DeathMsgTitleTextLocal) then {
|
|
||||||
[nil,nil,"loc",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
|
|
||||||
};
|
|
||||||
if(DZE_DeathMsgTitleText) then {
|
if(DZE_DeathMsgTitleText) then {
|
||||||
[nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
|
[nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user