Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogpod committed Jul 10, 2020
1 parent 6b79906 commit 14f20ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gamemodes/terrortown/gamemode/ent_replace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ local classremap = {
local importcache = {}
local function ImportEntities(map)
if not ents.TTT.CanImportEntities(map) then return end
print('importing entities functions')

local importfile
if importcache[map] then
importfile = importcache[map]
Expand Down
1 change: 1 addition & 0 deletions lua/gamemodes/terrortown/gamemode/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
local AddCSLuaFile = AddCSLuaFile
local include = include
local CreateConVar = CreateConVar
local GetConVar = GetConVar
local SetGlobalBool = SetGlobalBool
local SetGlobalInt = SetGlobalInt
local SetGlobalFloat = SetGlobalFloat
Expand Down

0 comments on commit 14f20ca

Please sign in to comment.