We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1741935 commit 270e904Copy full SHA for 270e904
src/main/kotlin/one/devos/nautical/winterisms/commands/RequestCommand.kt
@@ -34,8 +34,8 @@ fun requestCommand(dispatcher: CommandDispatcher<CommandSourceStack>) {
34
BossbarShenanigans.dontSleepBossbar.isVisible = true
35
BossbarShenanigans.dontSleepBossbar.value = 24000 - (it.source.server.overworld().dayTime % 24000L).toInt()
36
37
+ ticks = 7 * 20
38
for (player in it.source.server.playerList.players) {
- ticks = 7 * 20
39
40
player.connection.send(ClientboundSetTitlesAnimationPacket(10, 120, 10))
41
0 commit comments