Skip to content

Commit

Permalink
Fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone committed Dec 28, 2023
1 parent 26f2b8a commit a851a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_cd_lock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a851a94

Please sign in to comment.