mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #6714 from acemod/markers-server-log-warning
change an ERROR to WARNING in Markers component
This commit is contained in:
commit
b055a0f633
@ -28,7 +28,7 @@ GVAR(currentMarkerConfigName) = "";
|
|||||||
private _index = (GETGVAR(allMapMarkers,[])) find _marker; // case-sensitive, but should be fine
|
private _index = (GETGVAR(allMapMarkers,[])) find _marker; // case-sensitive, but should be fine
|
||||||
|
|
||||||
if (_index < 0) exitWith {
|
if (_index < 0) exitWith {
|
||||||
ERROR_1("Could not find data for %1", _marker);
|
WARNING_1("Could not find data for %1", _marker);
|
||||||
};
|
};
|
||||||
|
|
||||||
private _data = GVAR(allMapMarkersProperties) select _index;
|
private _data = GVAR(allMapMarkersProperties) select _index;
|
||||||
|
Loading…
Reference in New Issue
Block a user