diff --git a/src/main/kotlin/cc/maxmc/blastingcrisis/BlastingCrisis.kt b/src/main/kotlin/cc/maxmc/blastingcrisis/BlastingCrisis.kt index daddab7..ea4308e 100644 --- a/src/main/kotlin/cc/maxmc/blastingcrisis/BlastingCrisis.kt +++ b/src/main/kotlin/cc/maxmc/blastingcrisis/BlastingCrisis.kt @@ -44,7 +44,8 @@ object BlastingCrisis : Plugin() { Area(location(-13, 78, -32), location(13, 72, -1)), Area(location(7, 72, -45), location(9, 74, -48)), listOf( - Area(location(15, 72, -1), location(19, 78, -48)), Area(location(19, 78, -48), location(-15, 72, -1)) + Area(location(15, 72, -1), location(19, 78, -48)), + Area(location(-19, 78, -48), location(-15, 72, -1)) ), ) val teamGreen = MapTeam( @@ -58,7 +59,8 @@ object BlastingCrisis : Plugin() { Area(location(13, 78, 32), location(-13, 72, 1)), Area(location(-7, 72, 45), location(-9, 74, 48)), listOf( - Area(location(-15, 72, 1), location(-19, 78, 48)), Area(location(-19, 78, 48), location(15, 72, 1)) + Area(location(-15, 72, 1), location(-19, 78, 48)), + Area(location(19, 78, 48), location(15, 72, 1)) ), ) val map = GameMap(