Skip to content

Commit 277de7c

Browse files
committed
fix misspelled cvar
1 parent b0d629d commit 277de7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/pac3/core/client/parts/event.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ local registered_command_event_series = {}
4848
local event_series_bounds = {}
4949

5050
function PART:OnDoubleClickSpecified()
51-
if GetConVar("pac_doubleclick_specified"):GetInt() == 1 then
51+
if GetConVar("pac_doubleclick_action_specified"):GetInt() == 1 then
5252
self:SetInvert(not self:GetInvert())
5353
pace.PopulateProperties(self)
5454
return

0 commit comments

Comments
 (0)