linted some SQF functions

This commit is contained in:
Valmo Trindade
2024-08-08 16:29:24 -03:00
parent 83a94befdd
commit 42bc94e8c7
3 changed files with 28 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ switch (worldName) do {
case "Altis": {
_location = [_unit] call armatak_fnc_convert_to_altis;
};
default { };
default {};
};
_location