Map vote & forcemap command (#5278)

This commit is contained in:
mirrorcult
2021-11-11 23:25:57 -07:00
committed by GitHub
parent 0b182f2d11
commit 03f766577a
7 changed files with 107 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ namespace Content.Client.Voting.UI
AvailableVoteTypes =
{
("ui-vote-type-restart", StandardVoteType.Restart, null),
("ui-vote-type-gamemode", StandardVoteType.Preset, null)
("ui-vote-type-gamemode", StandardVoteType.Preset, null),
("ui-vote-type-map", StandardVoteType.Map, null)
};
public VoteCallMenu()