#W# Region work.

This commit is contained in:
WarrentyExpired 2026-07-07 17:04:00 -04:00
parent 7c0f31e661
commit 58ea61e59e
5 changed files with 11 additions and 7 deletions

View file

@ -49,7 +49,7 @@ namespace Server.Misc
while ( cycle > 0 )
{
cycle--;
locations = locations + "1#"; // CHANGE THIS AFTER TESTING ------------------------------------------------------------------
locations = locations + "0#";
}
pm.MapMarkers = locations;
@ -301,4 +301,4 @@ namespace Server.Misc
}
}
}
}
}