@@ -820,7 +820,7 @@ discard block |
||
820 | 820 | |
821 | 821 | |
822 | 822 | /** |
823 | - * @return int |
|
823 | + * @return boolean |
|
824 | 824 | */ |
825 | 825 | protected function checkExpeditionsMax() { |
826 | 826 | return get_player_max_expeditons($this->fleet->dbOwnerRow) > 0; |
@@ -920,6 +920,10 @@ discard block |
||
920 | 920 | $this->checkMissionExact($missionType); |
921 | 921 | } |
922 | 922 | |
923 | + /** |
|
924 | + * @param integer $missionType |
|
925 | + * @param boolean $result |
|
926 | + */ |
|
923 | 927 | protected function checkMissionResultAndUnset($missionType, $result, $forceMission = false) { |
924 | 928 | $this->unsetMission($missionType, $result, $forceMission); |
925 | 929 |