From 5b669c7ab0d6a65d34b4b9b43483ceb8561001bc Mon Sep 17 00:00:00 2001 From: Histalek <16392835+Histalek@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:29:09 +0200 Subject: [PATCH] fix: Move localized global out of comment --- gamemodes/terrortown/gamemode/shared/sh_equip_items.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gamemodes/terrortown/gamemode/shared/sh_equip_items.lua b/gamemodes/terrortown/gamemode/shared/sh_equip_items.lua index b55e3cb715..33a59885f4 100644 --- a/gamemodes/terrortown/gamemode/shared/sh_equip_items.lua +++ b/gamemodes/terrortown/gamemode/shared/sh_equip_items.lua @@ -1,6 +1,6 @@ --- -- This table is used by the client to show items in the equipment menu, and by --- the server to check if a certain role is allowed to buy a certain item.local math = math +-- the server to check if a certain role is allowed to buy a certain item. -- @section Equipment local table = table @@ -9,6 +9,7 @@ local player = player local pairs = pairs local util = util local hook = hook +local math = math -- Details you shouldn't need: -- The number should increase by a factor of two for every item (ie. ids