X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_multiplayer_profile.qc;fp=qcsrc%2Fmenu%2Fxonotic%2Fdialog_multiplayer_profile.qc;h=8c24885439e8ec9b16ac9aff2837f032fc0289dd;hp=06bf7924444ffc6651b595f2e3536bb7c7b6f931;hb=952bf19e1d4069c46db013111e815d736aa9d064;hpb=343b3afb04b2567653b2901d8661c65c00e2c133 diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc index 06bf792444..8c24885439 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc +++ b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qc @@ -51,7 +51,7 @@ void XonoticProfileTab_fill(entity me) me.TD(me, 1, 3.0, box = makeXonoticInputBox(1, "_cl_name")); box.forbiddenCharacters = "\r\n\\\"$"; // don't care, isn't getting saved box.maxLength = -127; // negative means encoded length in bytes - box.saveImmediately = 1; + box.saveImmediately = 0; // Sorry, can't do this, it spams "name" commands. box.enableClearButton = 0; label.textEntity = box; me.TR(me);