diff --git a/scripts/server/startup.js b/scripts/server/startup.js index 949d1d02..e4a59ba3 100644 --- a/scripts/server/startup.js +++ b/scripts/server/startup.js @@ -159,6 +159,7 @@ function setAllServerDataIndexes() { cacheAllBusinessItems(); cacheAllItemItems(); cacheAllCommandsAliases(); + cacheAllPaintBallItemTypes(); } // ===========================================================================