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 4c25d5a commit 1cb8475Copy full SHA for 1cb8475
src/com/glacialrush/react/Version.java
@@ -2,6 +2,6 @@
2
3
public class Version
4
{
5
- public static final String V = "1.4.9p";
6
- public static final int C = 1409;
+ public static final String V = "1.5.5p";
+ public static final int C = 1505;
7
}
src/com/glacialrush/react/client/ClientThread.java
@@ -44,6 +44,7 @@ public void run()
44
o.writeInt(Version.C);
45
o.writeUTF(username);
46
o.writeUTF(password);
47
+ o.writeBoolean(false);
48
o.flush();
49
50
String response = i.readUTF();
0 commit comments