Map vote & forcemap command (#5278)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user