diff --git a/addons/client/functions/fnc_convertClientLocation.sqf b/addons/client/functions/fnc_convertClientLocation.sqf
index 1b00f1f..af51c72 100644
--- a/addons/client/functions/fnc_convertClientLocation.sqf
+++ b/addons/client/functions/fnc_convertClientLocation.sqf
@@ -110,6 +110,9 @@ switch (toLower worldName) do {
case "hellanmaa": {
_realLocation = _position call armatak_fnc_convert_to_hellanmaa;
};
+ case "hellanmaaw": {
+ _realLocation = _position call armatak_fnc_convert_to_hellanmaa;
+ };
default {
_warning = format ["ARMATAK
%1", "Unsupported Map"];
[[_warning, 1.5]] call CBA_fnc_notify;