Skip to content

Commit

Permalink
Fix spawn kits on CTW maps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPear committed Jan 13, 2024
1 parent eab60be commit 2e84a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CTW/Standard/Desolated Frontier/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
</kits>
<spawns>
<default region="default-spawn" yaw="180"/>
<spawn team="blue-team" kit="spawn-kit">
<spawn team="blue-team" kit="main-kit">
<regions>
<point yaw="-145">-60,4.5,33</point>
<point yaw="145">-60,4.5,33</point>
</regions>
</spawn>
<spawn team="red-team" kit="spawn-kit">
<spawn team="red-team" kit="main-kit">
<regions>
<point yaw="-145">46,4.5,33</point>
<point yaw="145">46,4.5,33</point>
Expand Down
2 changes: 1 addition & 1 deletion CTW/Standard/Fourchette/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<team id="blue" color="blue" max="32" max-overfill="36">Blue</team>
</teams>
<kits>
<kit id="default">
<kit id="spawn-kit">
<item slot="0" unbreakable="true" material="iron sword"/>
<item slot="1" unbreakable="true" enchantment="arrow infinite" material="bow"/>
<item slot="28" material="arrow"/>
Expand Down

0 comments on commit 2e84a0c

Please sign in to comment.