@@ -90,13 +90,11 @@ each allUnits { // foreach, iterates over all units in this case
// element is available as _x here
}
switch x {
switch x { // there is no "break" in SQF
case 1:
// ...
break;
case 2:
// ...
break;
default:
// ...
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.