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