mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +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;
|
$base = $value;
|
||||||
$this->nestedCache[$key] = $value;
|
$this->nestedCache = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user