Ticket #1848: ticket#1848.txt

File ticket#1848.txt, 387 bytes (added by Jethro, 11 years ago)

By TrinityDeath.

Line 
1Index: gui/session/input.js
2===================================================================
3--- gui/session/input.js (revision 13421)
4+++ gui/session/input.js (working copy)
5@@ -1451,7 +1451,8 @@
6 Engine.GuiInterfaceCall("DisplayRallyPoint", {
7 "entities": selection,
8 "x": target.x,
9- "z": target.z
10+ "z": target.z,
11+ "queued": queued
12 });
13 return true;
14