diff --git a/scripts/server/startup.js b/scripts/server/startup.js index 50169502..949d1d02 100644 --- a/scripts/server/startup.js +++ b/scripts/server/startup.js @@ -157,6 +157,7 @@ function setAllServerDataIndexes() { setAllRadioStationIndexes(); cacheAllGroundItems(); cacheAllBusinessItems(); + cacheAllItemItems(); cacheAllCommandsAliases(); }