stability fix

This commit is contained in:
kremsy 2017-05-11 23:35:59 +02:00
parent d51e7750e9
commit 659e97ff67

View File

@ -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();
}