fix code error
This commit is contained in:
@@ -54,7 +54,7 @@ class Game(
|
|||||||
timer.startTimer()
|
timer.startTimer()
|
||||||
timer.submitEvent("wall_fall", Duration.ofMinutes(1)) {
|
timer.submitEvent("wall_fall", Duration.ofMinutes(1)) {
|
||||||
broadcast { it.sendLang("game_wall_fall") }
|
broadcast { it.sendLang("game_wall_fall") }
|
||||||
placeBreakRule.addRule("allow_center_wall") { _, _, loc ->
|
placeBreakRule.addRule("allow_center_wall") { _, _, loc, _ ->
|
||||||
map.wall.contains(loc)
|
map.wall.contains(loc)
|
||||||
}
|
}
|
||||||
submit {
|
submit {
|
||||||
|
|||||||
Reference in New Issue
Block a user