mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 02:19:05 +00:00
Increase mute task interval to one minute up from one second.
This commit is contained in:
parent
c81e85412c
commit
9934d8d4a3
@ -438,7 +438,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
|
||||
Bukkit.getConsoleSender().sendMessage(Format.FormatStringAll("&8[&eVentureChat&8]&e - Updating Player Mutes"));
|
||||
}
|
||||
}
|
||||
}, 0L, 20L);
|
||||
}, 0L, 1200L);
|
||||
this.firstRun = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user