test
parent
7d85f98384
commit
c31641701d
0
src/main/java/net/krakatoa/proxy/command/SendTestMessageCommand.java
Normal file → Executable file
0
src/main/java/net/krakatoa/proxy/command/SendTestMessageCommand.java
Normal file → Executable file
19
src/main/java/net/krakatoa/proxy/listener/PlayerDisconnectListener.java
Normal file → Executable file
19
src/main/java/net/krakatoa/proxy/listener/PlayerDisconnectListener.java
Normal file → Executable file
|
@ -65,25 +65,6 @@ public class PlayerDisconnectListener implements Listener {
|
|||
if (!map.isEmpty()) {
|
||||
map.delete();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*Long res = ProxySystem.getInstance().getRedisManager().getRedisKeyCommands()
|
||||
.del("player:" + proxiedPlayer.getUniqueId().toString());
|
||||
|
||||
ProxySystem.getInstance().getLogger().info("val: " + res);
|
||||
|
||||
//String uuid = ProxySystem.getInstance().getFormatter()
|
||||
// .formatUuid(proxiedPlayer.getUniqueId().toString());
|
||||
|
||||
/*
|
||||
ProxySystem.getInstance().getPlayerRegistrationProcess()
|
||||
.deleteOne(Filters.eq("uuid", uuid),
|
||||
(deleteResult, throwable) -> {
|
||||
|
||||
System.out.println("delete " + deleteResult.getDeletedCount());
|
||||
}); */
|
||||
}
|
||||
|
||||
}
|
||||
|
|
0
src/main/java/net/krakatoa/proxy/listener/SocketClientMessageListener.java
Normal file → Executable file
0
src/main/java/net/krakatoa/proxy/listener/SocketClientMessageListener.java
Normal file → Executable file
0
target/classes/net/krakatoa/proxy/listener/PlayerDisconnectListener.class
Normal file → Executable file
0
target/classes/net/krakatoa/proxy/listener/PlayerDisconnectListener.class
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
Normal file → Executable file
0
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
Normal file → Executable file
Loading…
Reference in New Issue