Merge branch 'master' into mcpe-0.11

This commit is contained in:
Shoghi Cervantes
2015-03-22 02:20:32 +01:00

View File

@ -84,6 +84,7 @@ class Config{
$this->config = [];
$this->correct = false;
$this->load($this->file);
$this->load($this->file, $this->type);
}
/**