mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Markers - Don't try to move poly-line markers (#9381)
This commit is contained in:
parent
56e905ab7a
commit
29ba42bfb5
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
params [["_marker",""]];
|
params [["_marker",""]];
|
||||||
|
|
||||||
|
if ((markerShape _marker) == "POLYLINE") exitWith { false };
|
||||||
|
|
||||||
switch (GVAR(moveRestriction)) do {
|
switch (GVAR(moveRestriction)) do {
|
||||||
case MOVE_RESTRICTION_NOBODY: {false};
|
case MOVE_RESTRICTION_NOBODY: {false};
|
||||||
case MOVE_RESTRICTION_ALL: {true};
|
case MOVE_RESTRICTION_ALL: {true};
|
||||||
|
Loading…
Reference in New Issue
Block a user