Skip to content

Commit

Permalink
Versioning into diag_log's
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT602 committed Sep 14, 2018
1 parent c024da2 commit 75662f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Altis_Life.Altis/core/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _timeStamp = diag_tickTime;
_extDB_notLoaded = "";
diag_log "----------------------------------------------------------------------------------------------------";
diag_log "--------------------------------- Starting Altis Life Client Init ----------------------------------";
diag_log "------------------------------------------ Version 5.0.0 -------------------------------------------";
diag_log format["------------------------------------------ Version %1 -------------------------------------------",(LIFE_SETTINGS(getText,"framework_version"))];
diag_log "----------------------------------------------------------------------------------------------------";
waitUntil {!isNull player && player == player}; //Wait till the player is ready
[] call compile preprocessFileLineNumbers "core\clientValidator.sqf";
Expand Down
2 changes: 1 addition & 1 deletion life_hc/initHC.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (_extDBNotLoaded isEqualType []) exitWith {}; //extDB3-HC did not fully initi
_timeStamp = diag_tickTime;
diag_log "----------------------------------------------------------------------------------------------------";
diag_log "------------------------------------ Starting Altis Life HC Init -----------------------------------";
diag_log "-------------------------------------------- Version 5.0.0 -----------------------------------------";
diag_log format["-------------------------------------------- Version %1 -----------------------------------------",(LIFE_SETTINGS(getText,"framework_version"))];
diag_log "----------------------------------------------------------------------------------------------------";

[] execFSM "\life_hc\FSM\cleanup.fsm";
Expand Down
2 changes: 1 addition & 1 deletion life_server/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publicVariable "life_server_extDB_notLoaded";
_timeStamp = diag_tickTime;
diag_log "----------------------------------------------------------------------------------------------------";
diag_log "---------------------------------- Starting Altis Life Server Init ---------------------------------";
diag_log "------------------------------------------ Version 5.0.0 -------------------------------------------";
diag_log format["------------------------------------------ Version %1 -------------------------------------------",(LIFE_SETTINGS(getText,"framework_version"))];
diag_log "----------------------------------------------------------------------------------------------------";

if (LIFE_SETTINGS(getNumber,"save_civilian_position_restart") isEqualTo 1) then {
Expand Down

0 comments on commit 75662f0

Please sign in to comment.