stability fix
This commit is contained in:
parent
d51e7750e9
commit
659e97ff67
@ -871,7 +871,7 @@ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListene
|
||||
return;
|
||||
}
|
||||
|
||||
$login = $structure->getPlayer()->login;
|
||||
$login = $structure->getLogin();
|
||||
if (!isset($this->checkpoints[$login])) {
|
||||
$this->checkpoints[$login] = array();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user