generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index d332c5f9a364774e23499329becded88078fa13f..074f924ed54f65fd0538bd566acf4e50de218f9c 100644 (file)
@@ -27,14 +27,9 @@ class MaschineRoom extends BaseShipPart {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Maschinenraum");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeSystemArray();
+               $this->removeNumberFormaters();
        }
 
        // Maschinenraum erstellen