]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix my breaking of emergency pk3's :D
authorSamual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 19:19:31 +0000 (15:19 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 19:19:31 +0000 (15:19 -0400)
qcsrc/menu/xonotic/util.qc

index 3f651727cff1e7121e8e41380232428c611b075e..8f5fc938da67dfb28aca81a02955720ab6408f30 100644 (file)
@@ -385,7 +385,7 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data)
        
        if(un_emergency_pk3s != "")
        {
        
        if(un_emergency_pk3s != "")
        {
-               _Nex_ExtResponseSystem_Packs = strzone(argv(4));
+               _Nex_ExtResponseSystem_Packs = strzone(un_emergency_pk3s);
                _Nex_ExtResponseSystem_PacksStep = 1;
        }
 
                _Nex_ExtResponseSystem_PacksStep = 1;
        }