From 20b1004e6208df29ce64cabdd8966557c058c0d2 Mon Sep 17 00:00:00 2001 From: TONY_All Date: Sat, 10 Jun 2023 21:06:13 +0800 Subject: [PATCH] fix test data --- src/main/kotlin/cc/maxmc/blastingcrisis/BlastingCrisis.kt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(