mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 23:57:34 +01:00
[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();
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user