MIssing SemiColons

This commit is contained in:
Andrew Gregory 2016-06-15 11:51:15 +01:00 committed by GitHub
parent 2287f4b530
commit c85507f169

View File

@ -35,11 +35,11 @@ switch (_moveCase) do {
case 3: { case 3: {
_range = 1000; _range = 1000;
_move = "AwopPercMstpSgthWnonDnon_throw"; _move = "AwopPercMstpSgthWnonDnon_throw";
} };
case 4: { case 4: {
_range = 1000; _range = 1000;
_move = "AmovPercMstpSnonWnonDnon_SaluteOut"; _move = "AmovPercMstpSnonWnonDnon_SaluteOut";
} };
}; };
if (_range > 0 && _move != "") then { if (_range > 0 && _move != "") then {