PersistentTreeLogging/Server Addon/TreeLogging/functions/ExileServer_TreeLogging_log.sqf

4 lines
85 B
Plaintext
Raw Normal View History

2017-12-25 12:33:07 +00:00
private["_msg"];
_msg = format["Exile TreeLogging log: %1",_this];
diag_log _msg;