]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/ships/passenger/class_PassengerShip.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / ships / passenger / class_PassengerShip.php
index 39f50db78d00aadf707f3b685d5ce79d5bfcb1d7..8d71cd5ded7a04eee0776c1e914985224585a346 100644 (file)
@@ -28,14 +28,9 @@ class PassengerShip extends BaseShip implements ConstructableShip {
                // Eltern-Kontruktor aufrufen
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Passagier-Schiff");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeSystemArray();
+               $this->removeNumberFormaters();
        }
 
        // Passagier-Schiff erstellen