Skip to content

Commit

Permalink
log another way
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Feb 29, 2016
1 parent 85f4ebc commit cd625f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player/setup/adjustInitialSpawnPosition.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if (side player == blufor) then {
_playerPosition = _playerPositionsForCurrentWorld select 0;
};

_msg = format["moving player to %1 ...", _playerPosition];
debugLog(_msg);
diag_log format["moving player to %1 ...", _playerPosition];



_tmpPos = [_playerPosition,[0,10], random 360,0,[1,50]] call SHK_pos;
Expand Down

0 comments on commit cd625f8

Please sign in to comment.