1
0
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:
Hielke Morsink
2022-10-16 17:56:19 +02:00
parent 0ca7bb058f
commit f9d1f024c2
4 changed files with 10 additions and 10 deletions

View File

@@ -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();
}