Skip to content

Commit

Permalink
Process queue on player entering world
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Oct 7, 2020
1 parent 712d62d commit e3da47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Clicked.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ end

local function OnPlayerEnteringWorld()
isInitialized = true

Clicked:ProcessFrameQueue()
Clicked:ReloadActiveBindings()
end

Expand Down Expand Up @@ -142,8 +144,6 @@ function Clicked:OnEnable()
safecall(module.Register, module)
end
end

self:ProcessFrameQueue()
end

function Clicked:OnDisable()
Expand Down

0 comments on commit e3da47a

Please sign in to comment.