[PREV COMMIT] Oops, it's logout here :D
This commit is contained in:
parent
d01713a2f5
commit
1ce4a11147
@ -46,7 +46,7 @@ public class ProcessSyncronousPlayerLogout implements Runnable {
|
|||||||
ByteArrayOutputStream b = new ByteArrayOutputStream();
|
ByteArrayOutputStream b = new ByteArrayOutputStream();
|
||||||
DataOutputStream out = new DataOutputStream(b);
|
DataOutputStream out = new DataOutputStream(b);
|
||||||
try {
|
try {
|
||||||
String str = "AuthMe;login;" + name;
|
String str = "AuthMe;logout;" + name;
|
||||||
out.writeUTF("Forward");
|
out.writeUTF("Forward");
|
||||||
out.writeUTF("ALL");
|
out.writeUTF("ALL");
|
||||||
out.writeUTF("AuthMe");
|
out.writeUTF("AuthMe");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user