Skip to content

Commit 270e904

Browse files
committed
oops in 5 business ticks
1 parent 1741935 commit 270e904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/one/devos/nautical/winterisms/commands/RequestCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ fun requestCommand(dispatcher: CommandDispatcher<CommandSourceStack>) {
3434
BossbarShenanigans.dontSleepBossbar.isVisible = true
3535
BossbarShenanigans.dontSleepBossbar.value = 24000 - (it.source.server.overworld().dayTime % 24000L).toInt()
3636

37+
ticks = 7 * 20
3738
for (player in it.source.server.playerList.players) {
38-
ticks = 7 * 20
3939

4040
player.connection.send(ClientboundSetTitlesAnimationPacket(10, 120, 10))
4141

0 commit comments

Comments
 (0)