We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d629d commit 277de7cCopy full SHA for 277de7c
lua/pac3/core/client/parts/event.lua
@@ -48,7 +48,7 @@ local registered_command_event_series = {}
48
local event_series_bounds = {}
49
50
function PART:OnDoubleClickSpecified()
51
- if GetConVar("pac_doubleclick_specified"):GetInt() == 1 then
+ if GetConVar("pac_doubleclick_action_specified"):GetInt() == 1 then
52
self:SetInvert(not self:GetInvert())
53
pace.PopulateProperties(self)
54
return
0 commit comments