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:
oiad
2016-10-01 15:10:56 +13:00
committed by ebaydayz
parent 341e734373
commit 11fa6a631c
2 changed files with 7 additions and 1 deletions

View File

@@ -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";