Skip to content

Commit 47f7ea9

Browse files
feat: increase initial delay for scheduled tasks in PushbackManager
1 parent c6cce35 commit 47f7ea9

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-
}, 0, 10)
33+
}, 10, 10)
3434
}
3535

3636
fun add(uuid: UUID) {

0 commit comments

Comments
 (0)