Skip to content

Commit

Permalink
fix: Move localized global out of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Histalek committed Oct 16, 2023
1 parent bc50bb6 commit 722123d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gamemodes/terrortown/gamemode/shared/sh_equip_items.lua
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 722123d

Please sign in to comment.