Skip to content

Commit

Permalink
WarWithin/CityOfThreads/FangsOfTheQueen: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Aug 1, 2024
1 parent ddf121c commit 3189fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WarWithin/CityOfThreads/FangsOfTheQueen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ end

do
local prev = 0
local playerList = {}

function mod:IceSickles(args)
prev = GetTime()
Expand Down Expand Up @@ -172,7 +173,6 @@ do
end
end

local playerList = {}
function mod:IceSicklesApplied(args)
local t = GetTime()
if t - prev > 10 then
Expand Down

0 comments on commit 3189fd3

Please sign in to comment.