Improved block and chunk cache, fixed PlayerQuitEvent player save

This commit is contained in:
Shoghi Cervantes
2015-06-06 20:28:19 +02:00
parent f21ed39c1c
commit 62a8f58bb0
5 changed files with 73 additions and 29 deletions

View File

@ -48,7 +48,7 @@ class PlayerQuitEvent extends PlayerEvent{
}
public function getAutoSave(){
return $this->autoSave;
}
public function setAutoSave($value = true){