mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +00:00
Remove dupe load() causing reload debug spam
This call is completely redundant.
This commit is contained in:
parent
36207debe0
commit
23e4ca64e4
@ -89,7 +89,6 @@ class Config{
|
|||||||
$this->config = [];
|
$this->config = [];
|
||||||
$this->nestedCache = [];
|
$this->nestedCache = [];
|
||||||
$this->correct = false;
|
$this->correct = false;
|
||||||
$this->load($this->file);
|
|
||||||
$this->load($this->file, $this->type);
|
$this->load($this->file, $this->type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user