From 2b34fb708a0ad37f10c0be02cb7e95d820c773d1 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:53:41 -0500 Subject: [PATCH] Add payphone biz loc type --- scripts/server/business.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/business.js b/scripts/server/business.js index 3a932491..30ea4159 100644 --- a/scripts/server/business.js +++ b/scripts/server/business.js @@ -24,6 +24,7 @@ const VRR_BIZ_LOC_FUEL = 3; // Fuel pump const VRR_BIZ_LOC_DRIVETHRU = 4; // Drivethrough const VRR_BIZ_LOC_VENDMACHINE = 5; // Vending machine const VRR_BIZ_LOC_ATM = 6; // ATM +const VRR_BIZ_LOC_PAYPHONE = 7; // Payphone // ===========================================================================