Skip to content

Commit 40a2e88

Browse files
committed
Remove empty sh_player_custom
1 parent c176c53 commit 40a2e88

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

gamemodes/terrortown/gamemode/client/cl_main.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ttt_include("sh_rolelayering")
3131
ttt_include("sh_scoring")
3232
ttt_include("sh_corpse")
3333
ttt_include("sh_player_ext")
34-
ttt_include("sh_player_custom")
3534
ttt_include("sh_weaponry")
3635
ttt_include("sh_inventory")
3736
ttt_include("sh_door")

gamemodes/terrortown/gamemode/server/sv_main.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ttt_include("sv_armor")
4343
ttt_include("sh_armor")
4444

4545
ttt_include("sh_player_ext")
46-
ttt_include("sh_player_custom")
4746

4847
ttt_include("sv_player_ext")
4948
ttt_include("sv_player_custom")
@@ -68,10 +67,6 @@ local util = util
6867
local hook = hook
6968
local playerGetAll = player.GetAll
7069

71-
---
72-
-- @realm server
73-
local cvSelectModelPerRound
74-
7570
---
7671
-- @realm server
7772
CreateConVar("ttt_haste_minutes_per_death", "0.5", { FCVAR_NOTIFY, FCVAR_ARCHIVE })

gamemodes/terrortown/gamemode/shared/sh_include.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ TTTFiles = {
5656
sh_network_sync = { file = "sh_network_sync.lua", on = "shared" },
5757
sh_player_ext = { file = "sh_player_ext.lua", on = "shared" },
5858
sh_playerclass = { file = "sh_playerclass.lua", on = "shared" },
59-
sh_player_custom = { file = "sh_player_custom.lua", on = "shared" },
6059
sh_printmessage_override = { file = "sh_printmessage_override.lua", on = "shared" },
6160
sh_cvar_handler = { file = "sh_cvar_handler.lua", on = "shared" },
6261
sh_role_module = { file = "sh_role_module.lua", on = "shared" },

gamemodes/terrortown/gamemode/shared/sh_player_custom.lua

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)