From 920cfbd2ae3e3837b2d88eeb7761bc5b135ce731 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:43:33 -0600 Subject: [PATCH] Set payphone indexes in startup util --- scripts/server/startup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/startup.js b/scripts/server/startup.js index 961728ef..2dc41af7 100644 --- a/scripts/server/startup.js +++ b/scripts/server/startup.js @@ -169,6 +169,7 @@ function setAllServerDataIndexes() { setNPCDataIndexes(); setAllRaceDataIndexes(); setAllRadioStationIndexes(); + setAllPayPhoneIndexes(); cacheAllGroundItems(); cacheAllBusinessItems(); cacheAllItemItems();