managed restart flag
This commit is contained in:
parent
9ea97b684f
commit
db3fbf80de
@ -639,7 +639,7 @@ class MapManager implements CallbackListener {
|
|||||||
* @param bool $restart
|
* @param bool $restart
|
||||||
*/
|
*/
|
||||||
public function handleScriptBeginMap($mapUid, $restart) {
|
public function handleScriptBeginMap($mapUid, $restart) {
|
||||||
$this->beginMap($mapUid, $restart);
|
$this->beginMap($mapUid, strtolower($restart) === 'true' ? true : false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
@ -1 +0,0 @@
|
|||||||
<?php unlink(__FILE__);
|
|
Loading…
Reference in New Issue
Block a user