mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 03:03:29 +00:00
Added Livonia Map Support
This commit is contained in:
@@ -44,6 +44,9 @@ switch (toLower worldName) do {
|
||||
case "saralite": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_united_sahrani;
|
||||
};
|
||||
case "enoch": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_livonia;
|
||||
};
|
||||
default {
|
||||
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
|
||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||
|
||||
Reference in New Issue
Block a user