feat(proxy): Added a ForceEnableProxySupport config option

This is in case other plugins may be messing with the location after swapping servers so that it is enforced after the others.
This commit is contained in:
Sekwah 2021-05-14 03:16:12 +01:00
parent f3c8f73975
commit 99c810e1be
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ import org.bukkit.plugin.java.JavaPlugin;
import java.util.HashMap;
import java.util.Map;
/**
* Support for auto detecting modern forwarding added.
*/
public class AdvancedPortalsPlugin extends JavaPlugin {
private Settings settings;