]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qc
Use trace_dphitq3surfaceflags instead of pointcontents in fireBullet
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qc
index b21186b57e88302ebdaa1816855f619da796f7c5..9a1ed5c040fd6e8d55cc0c44df8204a1dbc78936 100644 (file)
@@ -338,8 +338,6 @@ void GameTypeVote_SendOption(int i)
                                strcat("sv_vote_gametype_",type_name,"_description")));
                        WriteString(MSG_ENTITY, cvar_string(
                                strcat("sv_vote_gametype_",type_name,"_type")));
-                       WriteString(MSG_ENTITY, cvar_string(
-                               strcat("sv_vote_gametype_",type_name,"_icon")));
                }
        }
 }