mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
#1470 bugfix
This commit is contained in:
parent
392467fe20
commit
4d2630110a
1 changed files with 5 additions and 0 deletions
|
@ -683,6 +683,11 @@
|
||||||
|
|
||||||
if(in_array($name,$this->ignore_block)) {
|
if(in_array($name,$this->ignore_block)) {
|
||||||
$this->lock = 0;
|
$this->lock = 0;
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if($this->lock == 1) {
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* respawn points */
|
/* respawn points */
|
||||||
|
|
Loading…
Reference in a new issue