Don't force tick limiter enable/disable

This commit is contained in:
dordsor21 2021-12-29 00:18:12 +00:00
parent 3ec1912046
commit d19369401f
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -68,7 +68,6 @@ public class FaweBukkit implements IFawe, Listener {
public FaweBukkit(Plugin plugin) {
this.plugin = plugin;
try {
Settings.settings().TICK_LIMITER.ENABLED = !Bukkit.hasWhitelist();
Fawe.set(this);
Fawe.setupInjector();
try {