]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/upper/class_Bridge.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index ae3ca7d2d470aed76ff9c4986933aa2be1394bd8..3ce1d00ff0d35626950a66e7640543f669ce1c74 100644 (file)
@@ -27,14 +27,9 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Brücke");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeSystemArray();
+               $this->removeNumberFormaters();
                $this->removePartInstance();
        }