Skip to content

Commit

Permalink
Fixed space in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 30, 2024
1 parent d072568 commit 567e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/players/fn_player_setOrganization.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ SETVAR(player,EGVAR(Player,Company),_company);
private _regiment = toLower _regiment;
SETVAR(player,EGVAR(Player,Regiment),_regiment);

INFO_7("Player", "Player %1 [%2] organizationArray set to [%3, %4, %5, %6, %7].",player,typeOf player,_team,_squad,_platoon,_company,_regiment);
INFO_7("Player","Player %1 [%2] organizationArray set to [%3, %4, %5, %6, %7].",player,typeOf player,_team,_squad,_platoon,_company,_regiment);

[_team, _squad, _platoon, _company, _regiment]

0 comments on commit 567e123

Please sign in to comment.