]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/tasks/daemon/map_expander/class_CityDaemonMapExpanderTask.php
Continued:
[city.git] / application / city / classes / tasks / daemon / map_expander / class_CityDaemonMapExpanderTask.php
index 41b51e9810b453f57b6120d0b5e284c79ee6b9e4..e589ee16ced055dcbd4dc6319015ffc0be779533 100644 (file)
@@ -16,7 +16,7 @@ use Org\Mxchange\CoreFramework\Visitor\Visitor;
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015, 2016 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -89,7 +89,7 @@ class CityDaemonMapExpanderTask extends BaseCityTask implements Taskable, Visita
                if ($cityInstance->isMapPendingExpansion()) {
                        // Expand the map
                        $cityInstance->expandMaps();
-               } // END - if
+               }
        }
 
        /**