projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944cbcd
)
Fix my breaking of emergency pk3's :D
author
Samual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 19:19:31 +0000
(15:19 -0400)
committer
Samual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 19:19:31 +0000
(15:19 -0400)
qcsrc/menu/xonotic/util.qc
patch
|
blob
|
history
diff --git
a/qcsrc/menu/xonotic/util.qc
b/qcsrc/menu/xonotic/util.qc
index
3f65172
..
8f5fc93
100644
(file)
--- a/
qcsrc/menu/xonotic/util.qc
+++ b/
qcsrc/menu/xonotic/util.qc
@@
-385,7
+385,7
@@
void UpdateNotification_URI_Get_Callback(float id, float status, string data)
if(un_emergency_pk3s != "")
{
- _Nex_ExtResponseSystem_Packs = strzone(
argv(4)
);
+ _Nex_ExtResponseSystem_Packs = strzone(
un_emergency_pk3s
);
_Nex_ExtResponseSystem_PacksStep = 1;
}