Skip to content

Commit

Permalink
Add support for the external MapVote add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoTheMutant committed Jul 24, 2024
1 parent dc48411 commit 5c818c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SRC/LUA/HUD.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ hud.add(function(v)
return
end

--Do not render the Intermission if it was disabled by another script
if (not MM.hud.intermission.enabled) return end
--Do not render the Intermission if it was disabled by another script or when MapVote is working
if (not MM.hud.intermission.enabled) or ((MapVote) or (MapVoteNet and (MapVoteNet.state > 0))) return end

hud.disable("intermissiontally")

Expand Down
3 changes: 0 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
- Remove the rock ledge from the Dam (MAPK5)
- Fill the Mountain Fort with paintings/banners inside (MAPK3)
- Add cars to the outside area of the 8-Ball Hotel (MAPK8)
- Make a kick system for the emerald camping
- Make a toggle option for the "Knife-only ("Hard") mode
- Increase the knife hitbox a little
- Rebuild MAPK1 ("Vineyard Castle") from scratch for the 3rd time to make it even smaller OR replace it with another map (also find a possible replacement)
- Include the "Minimal System Requirements" with the add-on
- Replace the vanilla F1 menu graphics with the MM manual
Expand Down

0 comments on commit 5c818c2

Please sign in to comment.