Skip to content

Commit

Permalink
feat: add BuildBattle vote time 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Dec 16, 2022
1 parent 60c432e commit 710bc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BuildBattle(plugin: GamePlugin) : Game, CompetitionImpl(plugin),
Material.ENDER_CHEST,
Material.RESPAWN_ANCHOR,
)
val doneTime get() = comp.doubleOrNull("done-time")?: (20.0 * 90.0)
val doneTime get() = comp.doubleOrNull("done-time")?: (20.0 * 100.0)
val voteTime get() = comp.doubleOrNull("vote-time")?: 100.0
val areaSize get() = comp.doubleOrNull("area-size")?: 20.0
var time = doneTime
Expand Down

0 comments on commit 710bc2a

Please sign in to comment.