[PREV COMMIT] Oops, it's logout here :D

This commit is contained in:
Xephi 2015-12-10 18:32:41 +01:00
parent d01713a2f5
commit 1ce4a11147

View File

@ -46,7 +46,7 @@ public class ProcessSyncronousPlayerLogout implements Runnable {
ByteArrayOutputStream b = new ByteArrayOutputStream();
DataOutputStream out = new DataOutputStream(b);
try {
String str = "AuthMe;login;" + name;
String str = "AuthMe;logout;" + name;
out.writeUTF("Forward");
out.writeUTF("ALL");
out.writeUTF("AuthMe");