From: Matthias Krüger Date: Sat, 4 Apr 2015 20:07:47 +0000 (+0200) Subject: fix commands X-Git-Tag: xonotic-v0.8.1~92^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ff8a2dbcdc2588295166d4149c91f23e5c5cf4f7;p=xonotic%2Fxonotic-data.pk3dir.git fix commands --- diff --git a/qcsrc/menu/xonotic/dialog_settings_game_hudconfirm.qc b/qcsrc/menu/xonotic/dialog_settings_game_hudconfirm.qc index 2c6f76f2a..12312c36b 100644 --- a/qcsrc/menu/xonotic/dialog_settings_game_hudconfirm.qc +++ b/qcsrc/menu/xonotic/dialog_settings_game_hudconfirm.qc @@ -13,11 +13,11 @@ ENDCLASS(XonoticHUDConfirmDialog) void HUDSetup_Start(entity me, entity btn) { if (!(gamestatus & (GAME_CONNECTED | GAME_ISSERVER))) - localcmd("map hudsetup", "\n"); + localcmd("map _hudsetup\n"); else localcmd("togglemenu 0\n"); - localcmd("_hud_configure 1", "\n"); + localcmd("_hud_configure 1\n"); } void XonoticHUDConfirmDialog_fill(entity me)