refactor: drop support for creayun since shit is getting messy with it

This commit is contained in:
ChomeNS
2025-04-07 08:05:07 +07:00
parent c0390b806f
commit 5e06c7cf8b
8 changed files with 8 additions and 73 deletions

View File

@@ -166,7 +166,6 @@ public class Configuration {
public String host;
public int port;
public String username;
public boolean creayun = false;
public String serverName;
public boolean hidden = false;
public boolean useCore = true;