X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fships%2Fpassenger%2Fclass_PassengerShip.php;h=5c9ba11a345eb67f6f88080c62aa00f9666796ea;hp=39f50db78d00aadf707f3b685d5ce79d5bfcb1d7;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hpb=db61178ebaf96aa11cc16f18af4fedaaf32fe2de diff --git a/application/ship-simu/main/ships/passenger/class_PassengerShip.php b/application/ship-simu/main/ships/passenger/class_PassengerShip.php index 39f50db..5c9ba11 100644 --- a/application/ship-simu/main/ships/passenger/class_PassengerShip.php +++ b/application/ship-simu/main/ships/passenger/class_PassengerShip.php @@ -5,7 +5,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -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