X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fconstructions%2Fberths%2Fclass_Berth.php;h=1978df598ee14026b88f3ab3d16400b455e8694a;hp=f0a55c1256d7a5c572aade2d853d3389c79747d7;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hpb=e2846002167edccccb1240437f40ee057075d0d9 diff --git a/application/ship-simu/main/constructions/berths/class_Berth.php b/application/ship-simu/main/constructions/berths/class_Berth.php index f0a55c1..1978df5 100644 --- a/application/ship-simu/main/constructions/berths/class_Berth.php +++ b/application/ship-simu/main/constructions/berths/class_Berth.php @@ -32,12 +32,6 @@ class Berth extends BaseConstruction { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set description - $this->setObjectDescription("Liegeplatz"); - - // Generate unique ID number - $this->generateUniqueId(); } }