X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Frunematch.qc;h=239afb04a81c4d72702fa840078e50dc1928c29f;hb=dca3f878a663a137d4320450683f575263b5b8c5;hp=c3a9a7390fc45fa4bd2d32bfdeb939221ce55f47;hpb=834876e6b179cf33ce95102ba25faf754e9a8773;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/runematch.qc b/qcsrc/server/runematch.qc index c3a9a7390..239afb04a 100644 --- a/qcsrc/server/runematch.qc +++ b/qcsrc/server/runematch.qc @@ -343,7 +343,6 @@ void DropAllRunes(entity pl) entity curse1, rune1, curse2, rune2; - rune = curse = world; rcount = ccount = r = c = 0; rune = find(rune, classname, "rune"); while(rune) @@ -363,7 +362,6 @@ void DropAllRunes(entity pl) numtodrop = autocvar_g_runematch_drop_runes_max; prevent_same = !autocvar_g_runematch_allow_same; - rune = curse = world; do { rune = find(rune, classname, "rune");