]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/drives/motor/class_Motor.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / ship-simu / main / drives / motor / class_Motor.php
index b8f537701a39211ca80306c47d03d82d4583e07f..4287d023f9801671f28d48085f07b1a3beb309af 100644 (file)
@@ -31,7 +31,7 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart {
                $this->setObjectDescription("Namenloser Motor");
 
                // Generate unique ID number
                $this->setObjectDescription("Namenloser Motor");
 
                // Generate unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeSystemArray();
 
                // Clean up a little
                $this->removeSystemArray();