Ticket #1848: ticket#1848.diff

File ticket#1848.diff, 387 bytes (added by Josh, 11 years ago)

TrinityDeath's one line fix.

  • gui/session/input.js

     
    14511451            Engine.GuiInterfaceCall("DisplayRallyPoint", {
    14521452                "entities": selection,
    14531453                "x": target.x,
    1454                 "z": target.z
     1454                "z": target.z,
     1455                "queued": queued
    14551456            });
    14561457            return true;
    14571458