From c85507f169794aec37897a8f53802ec6d6fabe92 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Wed, 15 Jun 2016 11:51:15 +0100 Subject: [PATCH] MIssing SemiColons --- .../epoch_antagonists/EPOCH_server_handle_switchMove.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_server/compile/epoch_antagonists/EPOCH_server_handle_switchMove.sqf b/Sources/epoch_server/compile/epoch_antagonists/EPOCH_server_handle_switchMove.sqf index 63556444..a557a017 100644 --- a/Sources/epoch_server/compile/epoch_antagonists/EPOCH_server_handle_switchMove.sqf +++ b/Sources/epoch_server/compile/epoch_antagonists/EPOCH_server_handle_switchMove.sqf @@ -35,11 +35,11 @@ switch (_moveCase) do { case 3: { _range = 1000; _move = "AwopPercMstpSgthWnonDnon_throw"; - } + }; case 4: { _range = 1000; _move = "AmovPercMstpSnonWnonDnon_SaluteOut"; - } + }; }; if (_range > 0 && _move != "") then {