mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Rename public plug-in config data members
This commit is contained in:
@@ -555,7 +555,7 @@ void ScriptEngine::RefreshPlugins()
|
||||
}
|
||||
|
||||
// Turn on hot reload if not already enabled
|
||||
if (!_hotReloadingInitialised && gConfigPlugin.enable_hot_reloading && network_get_mode() == NETWORK_MODE_NONE)
|
||||
if (!_hotReloadingInitialised && gConfigPlugin.EnableHotReloading && network_get_mode() == NETWORK_MODE_NONE)
|
||||
{
|
||||
SetupHotReloading();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user