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