add VoteThinker hook

This commit is contained in:
Lonsfor 2022-04-30 20:55:38 +02:00
parent de63c4b2be
commit 41b152ccf6
1 changed files with 1 additions and 0 deletions

View File

@ -1304,6 +1304,7 @@ local function interThink()
end
end
addHook("IntermissionThinker", interThink)
addHook("VoteThinker", interThink)
-- Returns the values clamed between min, max
function clamp(min_v, v, max_v)