mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Minor fixes (#1770)
* Minor fixes Simplifies the serverside logging to be more human readable Removes duplicate transfusion text * Minor fix Minor fix for syntax
This commit is contained in:
@@ -178,7 +178,6 @@ while {r_doLoop} do {
|
||||
};
|
||||
};
|
||||
|
||||
localize "str_actions_medical_transfusion_start" call dayz_rollingMessages;
|
||||
//see Note 1
|
||||
//[player,_unit,"loc",rTITLETEXT,format["Transfusion of %1 in progress, remain still...",_bagToRemove],"PLAIN DOWN"] call RE;
|
||||
|
||||
|
||||
@@ -104,6 +104,13 @@ switch (_status) do {
|
||||
};
|
||||
};
|
||||
|
||||
_type = switch _type do {
|
||||
case "VaultStorage";
|
||||
case "VaultStorageLocked": {"Safe"};
|
||||
case "LockboxStorage";
|
||||
case "LockboxStorageLocked": {"LockBox"};
|
||||
};
|
||||
|
||||
diag_log format["%6 %5: ObjID:%1 ObjUID:%2 CharID:%7 OwnerID:%8 BY %3(%4)",_objectID,_objectUID,_name,_puid,_statusText,_type,_charID,_ownerID];
|
||||
dze_waiting = "success";
|
||||
_clientID publicVariableClient "dze_waiting";
|
||||
Reference in New Issue
Block a user