This commit is contained in:
SirCotare 2012-12-11 13:10:53 +01:00
parent f92c72c634
commit 21739a329d

View file

@ -683,6 +683,11 @@
if(in_array($name,$this->ignore_block)) {
$this->lock = 0;
return null;
}
if($this->lock == 1) {
return null;
}
/* respawn points */