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