mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +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->nestedCache = [];
|
||||
$this->correct = false;
|
||||
$this->load($this->file);
|
||||
$this->load($this->file, $this->type);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user