diff --git a/cfgIslands.hpp b/cfgIslands.hpp
index 3d2005a2..cf665e91 100644
--- a/cfgIslands.hpp
+++ b/cfgIslands.hpp
@@ -304,6 +304,16 @@ class CfgIslands {
previewCamTarget[] = {3853,4930,0};
};
+ class WL_Rosche {
+ displayName = "Rosche";
+ type = "european";
+ isWoodland = true;
+ spawnPosBlu[] = {552,4759,0};
+ spawnPosOpf[] = {940,3239,0};
+ previewCamPos[] = {3939,4968,0};
+ previewCamTarget[] = {3853,4930,0};
+ };
+
class ruha {
displayName = "Ruha";
type = "european";
diff --git a/compatibleIslands.txt b/compatibleIslands.txt
index b119265c..221ca11e 100644
Binary files a/compatibleIslands.txt and b/compatibleIslands.txt differ
diff --git a/player/teleportPlayer.sqf b/player/teleportPlayer.sqf
index d3af796d..74a5691c 100644
--- a/player/teleportPlayer.sqf
+++ b/player/teleportPlayer.sqf
@@ -25,4 +25,4 @@ player allowDamage true;
sleep 1;
cutText ["", "PLAIN"];
-["
Breaking Contact",0,0,2,2] spawn BIS_fnc_dynamicText;
+["
Breaking Contact - Public Event",0,0,2,2] spawn BIS_fnc_dynamicText;