]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qc
Fix bad code indentation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qc
index 7ffe4b934fbfa389bcac17b021855f97411d772c..9a1ed5c040fd6e8d55cc0c44df8204a1dbc78936 100644 (file)
@@ -336,6 +336,8 @@ void GameTypeVote_SendOption(int i)
                                strcat("sv_vote_gametype_",type_name,"_name")));
                        WriteString(MSG_ENTITY, cvar_string(
                                strcat("sv_vote_gametype_",type_name,"_description")));
+                       WriteString(MSG_ENTITY, cvar_string(
+                               strcat("sv_vote_gametype_",type_name,"_type")));
                }
        }
 }