Skip to content

Commit 9140fe2

Browse files
committed
Adding missing error code
1 parent c8259c9 commit 9140fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package dev.koifysh.archipelago.network;
22

33
public enum ConnectionResult {
4-
Success,InvalidSlot, SlotAlreadyTaken, IncompatibleVersion, InvalidPassword
4+
Success,InvalidSlot, SlotAlreadyTaken, IncompatibleVersion, InvalidPassword,InvalidGame
55
}

0 commit comments

Comments
 (0)