]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_multiplayer_join_serverinfo.qc
Put GameLogInit() code in there instead of in spawnfunc(worldspawn)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_join_serverinfo.qc
index f9ea1ef33e8ff2cc5fb139190dbd48eb80ec493d..7ff09655a39fdbdc6ca2ba03b8b4e98f12c48f04 100644 (file)
@@ -88,7 +88,6 @@ void XonoticServerInfoDialog_loadServerInfo(entity me, float i)
                {
                        ToSSpecified = true;
                        string downloadurl = v;
-                       LOG_INFOF("SERVERTOS DOWNLOADURL: %s", downloadurl);
                        if (downloadurl == "INVALID")
                        {
                                me.ToSTab.textBox.setText(me.ToSTab.textBox, _("No Terms of Service specified"));