Skip to content

Commit c6cce35

Browse files
feat: reduce delay between scheduled tasks in PushbackManager
1 parent b3f18d0 commit c6cce35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/dev/slne/surf/lobby/manager/PushbackManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object PushbackManager {
3030

3131
player.world.playEffect(player.location, Effect.ENDER_SIGNAL, null)
3232
}
33-
}, 20, 20)
33+
}, 0, 10)
3434
}
3535

3636
fun add(uuid: UUID) {

0 commit comments

Comments
 (0)