Waypoint activation fix.

This commit is contained in:
Steve 2015-11-28 15:03:51 +00:00
parent 933623bacb
commit fbc4eb01d1
3 changed files with 6 additions and 3 deletions

View File

@ -36,7 +36,8 @@
"number" : 5, "number" : 5,
"x" : 25, "x" : 25,
"y" : 25, "y" : 25,
"scatter" : 7500 "scatter" : 7500,
"active" : 0
} }
] ]
} }

View File

@ -53,7 +53,8 @@
"number" : 3, "number" : 3,
"x" : 25, "x" : 25,
"y" : 25, "y" : 25,
"scatter" : 7500 "scatter" : 7500,
"active" : 0
} }
], ],
"script" : [ "script" : [

View File

@ -93,7 +93,8 @@
"number" : 4, "number" : 4,
"x" : 10, "x" : 10,
"y" : 18, "y" : 18,
"scatter" : 10000 "scatter" : 10000,
"active" : 0
}, },
{ {
"name" : "Extraction Point", "name" : "Extraction Point",