Cache all paintball items on start

This commit is contained in:
Vortrex
2022-06-17 09:40:26 -05:00
parent 326286bdc5
commit b7271029f7

View File

@@ -159,6 +159,7 @@ function setAllServerDataIndexes() {
cacheAllBusinessItems();
cacheAllItemItems();
cacheAllCommandsAliases();
cacheAllPaintBallItemTypes();
}
// ===========================================================================