]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oops... no mod = Default
authorRudolf Polzer <divverent@xonotic.org>
Sun, 19 Feb 2012 15:10:21 +0000 (16:10 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 19 Feb 2012 15:10:21 +0000 (16:10 +0100)
qcsrc/menu/xonotic/dialog_multiplayer_join_serverinfo.c

index 33a06b7bc98d4c3ba8ce08fcc12efd91cf46148a..e33be7bb1d6f708043ea064bda9d0bac2931cb7c 100644 (file)
@@ -185,7 +185,7 @@ void XonoticServerInfoDialog_loadServerInfo(entity me, float i)
        me.numFreeSlotsLabel.setText(me.numFreeSlotsLabel, me.currentServerNumFreeSlots);
 
        me.currentServerMod = ((modname == "Xonotic") ? _("Default") : modname);
-       me.currentServerMod = strzone(modname);
+       me.currentServerMod = strzone(me.currentServerMod);
        me.modLabel.setText(me.modLabel, me.currentServerMod);
 
        me.currentServerVersion = strzone(versionstr);