Fix tabs in sqf files

This commit is contained in:
Glowbal
2015-12-21 17:05:48 +01:00
parent 0addb592d3
commit c1fa81f28b
12 changed files with 27 additions and 27 deletions

View File

@ -22,7 +22,7 @@ params ["_unit", "_team"];
// display message
if (_unit == ACE_player) then {
private "_message";
private "_message";
if (_team == "MAIN") then {
_message = localize LSTRING(LeftTeam);