From a851a94cc90612912aad1af83b0595f519d8ccad Mon Sep 17 00:00:00 2001 From: DerelictDrone Date: Thu, 28 Dec 2023 02:15:50 -0600 Subject: [PATCH] Fix styling issue --- lua/entities/gmod_wire_cd_lock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/entities/gmod_wire_cd_lock.lua b/lua/entities/gmod_wire_cd_lock.lua index df1d162678..c76dc899a5 100644 --- a/lua/entities/gmod_wire_cd_lock.lua +++ b/lua/entities/gmod_wire_cd_lock.lua @@ -97,7 +97,7 @@ function ENT:AttachDisk(disk) self.Const:CallOnRemove("wire_cd_remove_on_weld",function() self.Const = nil - if(IsValid(self.Disk)) then + if IsValid(self.Disk) then self.Disk.Lock = nil end self.Disk = nil