diff --git a/hwe/sammo/API/General/GetFrontInfo.php b/hwe/sammo/API/General/GetFrontInfo.php index 86a2e033..166ccd2e 100644 --- a/hwe/sammo/API/General/GetFrontInfo.php +++ b/hwe/sammo/API/General/GetFrontInfo.php @@ -468,7 +468,7 @@ class GetFrontInfo extends \sammo\BaseAPI 'SELECT action, arg, brief FROM general_turn WHERE general_id = %i AND turn_idx < 5 ORDER BY turn_idx asc', $troopID ); - if ($troopReservedCommand) { + if (!$troopReservedCommand) { return $result; }