Skip to content

Commit

Permalink
Lowered slowness amplifier to resolve FOV zoom issue during starting …
Browse files Browse the repository at this point in the history
…countdown
  • Loading branch information
shantek committed May 23, 2024
1 parent a8fd8d6 commit cec1df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/io/shantek/BingoCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ public void startBingo(Player commandPlayer) {
onlinePlayers.forEach(player -> {

// Freeze players
player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 100000, 255, false, false));

player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 100000, 10, false, false));
player.setWalkSpeed(0);

Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, () -> {
Expand Down

0 comments on commit cec1df4

Please sign in to comment.