Skip to content

Commit

Permalink
Commented out results screen, will re-add later
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxashitter committed Oct 25, 2024
1 parent 459e81a commit 684ba4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Lua/Hooks/Game/Scripts/Game Over.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return function()
end
end

if MM_N.end_ticker >= 5*TICRATE then
/*if MM_N.end_ticker >= 5*TICRATE then
local song = "MMWINR"
local p = consoleplayer
Expand All @@ -46,9 +46,9 @@ return function()
end
MM_N.results_ticker = $+1
end
end*/

if MM_N.end_ticker >= 15*TICRATE then
if MM_N.end_ticker >= 5*TICRATE then
MM_N.end_ticker = 1
MM:startVote()
end
Expand Down

0 comments on commit 684ba4d

Please sign in to comment.