diff --git a/source/gamemodes/prophuntextended/gamemode/player_class/class_hider.lua b/source/gamemodes/prophuntextended/gamemode/player_class/class_hider.lua index d953809..31395b8 100644 --- a/source/gamemodes/prophuntextended/gamemode/player_class/class_hider.lua +++ b/source/gamemodes/prophuntextended/gamemode/player_class/class_hider.lua @@ -147,7 +147,8 @@ function CLASS:Use(ent) end -- Allow interacting while crouched instead of turning into the prop. - if (self.Player:Crouching()) then + if (self.Player:Crouching()) then + if GAMEMODE.Config:DebugLog() then print("Prop Hunt: Hider '"..self.Player:GetName().."' (SteamID: "..self.Player:SteamID()..") interacted with "..ent:GetClass().." ("..ent:GetModel()..").") end return true end