diff --git a/hwe/b_troop.php b/hwe/b_troop.php index 91fbe6e7..ab2a0016 100644 --- a/hwe/b_troop.php +++ b/hwe/b_troop.php @@ -123,7 +123,9 @@ for($i=0; $i < $troopcount; $i++) { } } -if($me['troop'] == 0) { +if ($troopcount == 0) { +} +else if($me['troop'] == 0) { echo" "; } else {