Skip to content

Commit afbd995

Browse files
committed
change update interval for ambience
1 parent 24535b6 commit afbd995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/net/mvndicraft/mvndisoundscapes/MvndiSoundscapes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class MvndiSoundscapes : JavaPlugin(), Listener {
178178
if (player.location.world.name != aetherWorldName) wind.run(player)
179179
}, null)
180180
}
181-
}, 1L, 1L)
181+
}, 1L, 20L * 10L)
182182
}
183183

184184
@EventHandler

0 commit comments

Comments
 (0)