mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
nuke nestedCache when config is modified
This commit is contained in:
@ -342,7 +342,7 @@ class Config{
|
||||
}
|
||||
|
||||
$base = $value;
|
||||
$this->nestedCache[$key] = $value;
|
||||
$this->nestedCache = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user