Skip to content

Commit 20016e3

Browse files
committed
Update ACCEPT_TUTOR_INVITATION.java
1 parent ed9b31d commit 20016e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Kepler-Server/src/main/java/org/alexdev/kepler/messages/incoming/welcomingparty/ACCEPT_TUTOR_INVITATION.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class ACCEPT_TUTOR_INVITATION implements MessageEvent {
99
public void handle(Player player, NettyRequest reader) {
1010
// The client sends the user ID as string, god knows why
1111
String userId = reader.readString();
12-
13-
System.out.println(userId);
12+
//System.out.println(userId);
1413
}
1514
}

0 commit comments

Comments
 (0)