Skip to content

Commit

Permalink
Reorder TRACE log to actually be able to log something
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Feb 15, 2024
1 parent 2deaa91 commit 9ea10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/police/functions/fnc_spawnVehicle.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ if (_emptySpawnPointIndex isNotEqualTo -1) then {
LOG("Deleting vehicles");
_spawnPoint nearEntities SPAWNPOINT_SAFEZONE
apply {
TRACE_1("Deleting vehicle %1",typeOf _x);
deleteVehicle _x;
TRACE_1("Deleted vehicle %1", typeOf _x);
};

_position = getPos _spawnPoint;
Expand Down

0 comments on commit 9ea10d6

Please sign in to comment.