Increase mute task interval to one minute up from one second.

This commit is contained in:
Aust1n46 2020-08-22 23:54:17 -05:00
parent c81e85412c
commit 9934d8d4a3

View File

@ -438,7 +438,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
Bukkit.getConsoleSender().sendMessage(Format.FormatStringAll("&8[&eVentureChat&8]&e - Updating Player Mutes")); Bukkit.getConsoleSender().sendMessage(Format.FormatStringAll("&8[&eVentureChat&8]&e - Updating Player Mutes"));
} }
} }
}, 0L, 20L); }, 0L, 1200L);
this.firstRun = false; this.firstRun = false;
} }