Load game fixes resource on start

This commit is contained in:
Vortrex
2020-12-31 01:22:55 -06:00
parent 79eed793a4
commit 453307aa6f

View File

@@ -39,6 +39,8 @@ function initServerScripts() {
//gta.forceWeather(getServerConfig().startup.weather); //gta.forceWeather(getServerConfig().startup.weather);
initAllClients(); initAllClients();
loadGameFixesResource();
} }
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------