]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/ships/passenger/class_PassengerShip.php
Continued:
[shipsimu.git] / application / shipsimu / classes / ships / passenger / class_PassengerShip.php
index a1e3d5b17537659bc9c5771276e74edcb89984a1..da9b0b640896f32f430d864bf104694f3d0e4633 100644 (file)
@@ -49,7 +49,7 @@ class PassengerShip extends BaseShip implements ConstructableShip {
                if (is_null($struct)) {
                        // Empty structures list!
                        throw new EmptyStructuresListException($this, self::EXCEPTION_EMPTY_STRUCTURES_ARRAY);
-               } // END - if
+               }
 
                // Anzahl Betten auf 0 setzen
                $numBeds = 0;
@@ -73,9 +73,9 @@ class PassengerShip extends BaseShip implements ConstructableShip {
                                        if (!is_null($cab)) {
                                                // Kabinenbeschreibung holen
                                                $cabType = $cab->getObjectDescription();
-                                       } // END - if
-                               } // END - if
-                       } // END - if
+                                       }
+                               }
+                       }
                } // END - for
 
                // Anzahl zurueckliefern