We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a82d2 commit 187e82fCopy full SHA for 187e82f
src/main/java/dev/koifysh/archipelago/Client.java
@@ -84,23 +84,6 @@ public abstract class Client {
84
private Set<String> tags = new HashSet<>();
85
private int itemsHandlingFlags = 0b000;
86
87
- public static void main(String[] args) throws Exception {
88
- Client client = new Client(){
89
- @Override
90
- public void onError(Exception ex) {
91
- ex.printStackTrace();
92
- }
93
-
94
95
- public void onClose(String Reason, int attemptingReconnect) {
96
- System.err.println(Reason);
97
98
- };
99
- client.setName("TheArchiSpire");
100
- client.connect("archipelago.gg:37013");
101
102
103
104
public Client() {
105
//Determine what platform we are on
106
if(OS.startsWith("windows")){
0 commit comments