From 453307aa6f629534c62780cd768b8fbc075260e0 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 31 Dec 2020 01:22:55 -0600 Subject: [PATCH] Load game fixes resource on start --- scripts/server/startup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/server/startup.js b/scripts/server/startup.js index 3c583509..59307425 100644 --- a/scripts/server/startup.js +++ b/scripts/server/startup.js @@ -39,6 +39,8 @@ function initServerScripts() { //gta.forceWeather(getServerConfig().startup.weather); initAllClients(); + + loadGameFixesResource(); } // ---------------------------------------------------------------------------