managed restart flag
This commit is contained in:
parent
9ea97b684f
commit
db3fbf80de
@ -636,10 +636,10 @@ class MapManager implements CallbackListener {
|
|||||||
* Handle Script BeginMap callback
|
* Handle Script BeginMap callback
|
||||||
*
|
*
|
||||||
* @param string $mapUid
|
* @param string $mapUid
|
||||||
* @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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -691,7 +691,7 @@ class MapManager implements CallbackListener {
|
|||||||
/**
|
/**
|
||||||
* Manage the End of a Map
|
* Manage the End of a Map
|
||||||
*/
|
*/
|
||||||
private function endMap(){
|
private function endMap() {
|
||||||
if ($this->mapEnded) {
|
if ($this->mapEnded) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -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