StratusNetwork / Rotations

Map Rotations for the Stratus Network
5 stars 4 forks source link

Warlock's void issue #42

Closed BGMP closed 7 years ago

BGMP commented 7 years ago

Well, this has been a problem in Warlock for a while, and I saw it happening today.. it was something like this:

2017-03-10_23 31 07

I added a void region to the xml and it works for me.. just adding the following code into the regions module:

<union name="void">
    <rectangle min="119.5,-48.5" max="23.5,-48.5"/>
    <rectangle min="23.5,-47.5" max="23.5,47.5"/>
    <rectangle min="23.5,49.5" max="119.5,49.5"/>
    <rectangle min="119.5,47.5" max="119.5,-47.5"/>
</union>
<apply block="deny-all" message="You may not edit the void area" region="void"/>

Here's the full XML with the change implemented.

mitchts commented 7 years ago

https://github.com/StratusNetwork/Map-Rotations/issues/17 https://github.com/OvercastNetwork/Issues/issues/1493

After speaking with both map makers they consider this a feature and not a bug