[Patcher] Fixed unitialized variable. is_any_plugin_loaded_
This will resolve random: [plugins applied] note
This commit is contained in:
@@ -29,6 +29,7 @@ PluginLoader::PluginLoader(kernel::KernelState* kernel_state,
|
|||||||
const std::filesystem::path plugins_root) {
|
const std::filesystem::path plugins_root) {
|
||||||
kernel_state_ = kernel_state;
|
kernel_state_ = kernel_state;
|
||||||
plugins_root_ = plugins_root;
|
plugins_root_ = plugins_root;
|
||||||
|
is_any_plugin_loaded_ = false;
|
||||||
|
|
||||||
if (!cvars::allow_plugins) {
|
if (!cvars::allow_plugins) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user