1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-05 08:03:13 +00:00

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

@ -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 {