X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fextended%2Fupper%2Fclass_Bridge.php;h=995b7a2d4d231796fd7d300b3e416a680707e984;hp=7f0fce44d3105418e0ba5f55f5c320dd42f5f19f;hb=42b66268af2c7d8872aca3e2fffb76d60954e9f5;hpb=0e72df27a80aab591a053f14b2e20c6dd211d406 diff --git a/application/ship-simu/main/structures/extended/upper/class_Bridge.php b/application/ship-simu/main/structures/extended/upper/class_Bridge.php index 7f0fce4..995b7a2 100644 --- a/application/ship-simu/main/structures/extended/upper/class_Bridge.php +++ b/application/ship-simu/main/structures/extended/upper/class_Bridge.php @@ -45,7 +45,7 @@ class Bridge extends BaseUpperStructure implements ItemIsTradeable, Constructabl } // Eine Kommandobruecke erstellen - public static function createBridge ($width, $height, $length) { + public final static function createBridge ($width, $height, $length) { // Get new instance $bridgeInstance = new Bridge();