From e68dfce2bbf1816f19b615eea3d8a0fce21dd539 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 31 Dec 2020 01:24:37 -0600 Subject: [PATCH] Add new label const --- scripts/shared/const.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 9b3ffb6c..d83dc41c 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -11,4 +11,5 @@ // Label Types const AG_LABEL_JOB = 1; const AG_LABEL_BUSINESS = 2; -const AG_LABEL_HOUSE = 3; \ No newline at end of file +const AG_LABEL_HOUSE = 3; +const AG_LABEL_EXIT = 3; \ No newline at end of file