changes logging, and eval inv on server only
This commit is contained in:
@@ -42,12 +42,12 @@ addMissionEventHandler ["HandleChatMessage",
|
||||
|
||||
|
||||
["ace_arsenal_displayClosed", {
|
||||
private _lines = [player] call milsim_fnc_logPlayerInventory;
|
||||
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
||||
["milsim_logText", [_lines]] call CBA_fnc_globalEvent;
|
||||
}] call CBA_fnc_addEventHandler;
|
||||
|
||||
[missionNamespace, "arsenalClosed", {
|
||||
private _lines = [player] call milsim_fnc_logPlayerInventory;
|
||||
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
||||
["milsim_logText", [_lines]] call CBA_fnc_globalEvent;
|
||||
}] call BIS_fnc_addScriptedEventHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user