mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
nuke nestedCache when config is modified
This commit is contained in:
parent
91c256f1a9
commit
a342a61037
@ -342,7 +342,7 @@ class Config{
|
||||
}
|
||||
|
||||
$base = $value;
|
||||
$this->nestedCache[$key] = $value;
|
||||
$this->nestedCache = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user