Ticket #3496: misc.xml.patch

File misc.xml.patch, 671 bytes (added by AlThePhoenix, 9 years ago)

Basically the exact same patch used in #2971. Credit goes to leper.

  • binaries/data/mods/public/gui/session/hotkeys/misc.xml

     
    5050
    5151    <!-- Delete button Hotkey (For some reason it won't work when the console is visible -->
    5252    <object hotkey="session.kill">
    53         <action on="Press">performCommand(g_Selection.toList()[0], "delete");</action>
     53        <action on="Press">
     54            var ent = g_Selection.toList()[0];
     55            performCommand(ent, "delete");
     56        </action>
    5457    </object>
    5558
    5659    <!-- Stop the selected units -->