Skip to content

Commit 7b81957

Browse files
committed
changes
1 parent 172f667 commit 7b81957

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Now, if all goods, you can play with your friends, so enjoy =).
2020

2121

2222
### Server
23-
> [!NOTE]
24-
> The server version is not a plugin, it's a custom server.
25-
2623
To host a server, just run the command ``java -jar claj-v2-server.jar <port>``, where ``<port>`` is the port for the server. <br>
2724
Also don't forget to open the port in TCP and UDP mode on your end-point and redirect it to the host machine.
2825

server/src/com/xpdustry/claj/server/ClajRelay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void received(Connection connection, Object object) {
111111
} else if (ClajConfig.warnDeprecated && (object instanceof String)) {
112112
Log.info("Rejecting connection @ because it's client version is obsolete.", Strings.conIDToString(connection));
113113
connection.sendTCP("[scarlet][[CLaJ Server]:[] Your CLaJ version is obsolete! Please update it by "
114-
+ "removing the 'scheme size' mod and installing the 'claj v2' mod, in the mod browser.");
114+
+ "removing the 'scheme size' mod and installing the 'claj' mod, in the mod browser.");
115115
connection.close(DcReason.error);
116116

117117
} else if (object instanceof ClajPackets.RoomJoinPacket) {

0 commit comments

Comments
 (0)