mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fixed {}
This commit is contained in:
@@ -60,8 +60,7 @@ class Config{
|
||||
$correct = $this->check();
|
||||
}
|
||||
|
||||
public function reload()
|
||||
{
|
||||
public function reload(){
|
||||
unset($this->config);
|
||||
unset($this->correct);
|
||||
unset($this->type);
|
||||
|
Reference in New Issue
Block a user