Skip to content

Commit

Permalink
Shave - resolve typo
Browse files Browse the repository at this point in the history
Can't exactly use OCC versions due to our version of PGM not supporting variants
  • Loading branch information
TheRealPear committed Jan 13, 2024
1 parent c5110f5 commit 74d9193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Arcade/Shave Santa/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<apply block="deny-all" message="You may not modify the spawn areas!">
<region name="spawns"/>
</apply>
<apply block="deny-all" messgae="You are not allowed to place in this area!">
<apply block="deny-all" message="You are not allowed to place in this area!">
<rectangle name="denied-area" min="3,-71" max="-11,-20"/>
</apply>
<apply block="deny-all" message="You may not place outside the area!">
Expand Down
2 changes: 1 addition & 1 deletion Arcade/Shave/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<apply block="deny-all" message="You may not modify the spawn areas!">
<region name="spawns" />
</apply>
<apply block="deny-all" messgae="You are not allowed to place in this area!">
<apply block="deny-all" message="You are not allowed to place in this area!">
<rectangle name="denied-area" min="2,-61" max="-11,-31"/>
</apply>
<apply block="deny-all" message="You may not place outside the area!">
Expand Down

0 comments on commit 74d9193

Please sign in to comment.