Skip to content

Commit

Permalink
Golden Gate - fix spawn kit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPear authored Jan 13, 2024
1 parent 5149b0f commit 7ada339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Blitz/Standard/Golden Gate/map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map proto="1.4.2">
<name>Golden Gate</name>
<version>1.0.1</version>
<version>1.0.2</version>
<objective>Eliminate the enemy team before time runs out!</objective>
<gamemode>blitz</gamemode>
<gamemode>arcade</gamemode>
Expand All @@ -12,7 +12,7 @@
<team id="blue" color="blue" max="14" max-overfill="16">Blue</team>
</teams>
<kits>
<kit id="spawn">
<kit id="spawn-kit">
<item slot="0" unbreakable="true" material="stone sword"/>
<item slot="1" unbreakable="true" material="bow"/>
<item slot="2" amount="32" material="bread"/>
Expand All @@ -28,12 +28,12 @@
</kit>
</kits>
<spawns>
<spawn team="red" kit="red-kit" yaw="-90">
<spawn team="red" kit="spawn-kit" yaw="-90">
<regions>
<cylinder base="-46.5,26,40.5" radius="1" height="0"/>
</regions>
</spawn>
<spawn team="blue" kit="blue-kit" yaw="90">
<spawn team="blue" kit="spawn-kit" yaw="90">
<regions>
<cylinder base="147.5,26,40.5" radius="1" height="0"/>
</regions>
Expand Down

0 comments on commit 7ada339

Please sign in to comment.