- removed SDE database requirement from Pathfinder, #628

- improved "shattered" wormholes (e.g. UI updates on map, fixed broken statics,..), closed #647
- improved "route search" algorithm, WHs are no longer supposed to be "insecure"
This commit is contained in:
Mark Friedrich
2018-06-30 13:19:12 +02:00
parent e65d2b8bc0
commit e7184b7312
32 changed files with 653 additions and 913 deletions

View File

@@ -514,7 +514,7 @@ abstract class BasicModel extends \DB\Cortex {
* -> this will not work (prevent abuse)
* @param bool $active
*/
public function setActive($active){
public function setActive(bool $active){
// enables "active" change for this model
$this->allowActiveChange = true;
$this->active = $active;