X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qh;h=0386e1d5a187f033da2ffc6ab7a6f99ebf98a6e7;hp=1225b6be582cecb5feb9ecb6a645d1fd161d0ab6;hb=90e5a408a7c967270916b7054ea6bef83f8ab2b3;hpb=265b681e0fb49239df1bfc431a903f66244a3172 diff --git a/qcsrc/server/command/vote.qh b/qcsrc/server/command/vote.qh index 1225b6be5..0386e1d5a 100644 --- a/qcsrc/server/command/vote.qh +++ b/qcsrc/server/command/vote.qh @@ -27,7 +27,7 @@ float vote_accept_count; // total amount of players who accept the vote (counted float vote_reject_count; // same as above, but rejected float vote_abstain_count; // same as above, but abstained float vote_needed_overall; // total amount of players NEEDED for a vote to pass (based on sv_vote_majority_factor) -.float vote_master; // flag for if the player has vote master privelages +.float vote_master; // flag for if the player has vote master privelages .float vote_waittime; // flag for how long the player must wait before they can vote again .float vote_selection; // flag for which vote selection the player has made (See VOTE_SELECT_*) string vote_called_command; // command sent by client