Skip to content

Commit

Permalink
Merge pull request #2165 from GiganticMinecraft/remove-protections
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Jul 9, 2023
2 parents a075672 + 2879566 commit 1d02872
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ class SeichiAssist extends JavaPlugin() {
hasBeenLoadedAlready = true
kickAllPlayersDueToInitialization.unsafeRunSync()

removeRegions()

logger.info("SeichiAssistが有効化されました!")
}

Expand All @@ -809,13 +807,6 @@ class SeichiAssist extends JavaPlugin() {
}
}

// FIXME: rmpコマンドを実装しているシステムをsubsystemに切り出したらapiを利用して処理をする
// ref: https://github.com/GiganticMinecraft/SeichiAssist/pulls#discussion_r1020897163
private def removeRegions(): Unit = {
Bukkit.dispatchCommand(Bukkit.getConsoleSender, "rmp remove world_SW_2 3")
Bukkit.dispatchCommand(Bukkit.getConsoleSender, "rmp remove world_SW_4 3")
}

private def startRepeatedJobs(): Unit = {
val startTask = {
val dataRecalculationRoutine = {
Expand Down

0 comments on commit 1d02872

Please sign in to comment.