redis test

master
Alex 2022-03-27 20:33:53 +02:00
parent c9eddca546
commit 6cd684f429
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class PostLoginListener implements Listener {
ProxySystem.getInstance().getLogger()
.info("my playertest " + playerTest.getName() + playerTest.getCar());
bucket.set(playerTest);
bucket.trySet(playerTest);
/*
if (bucket != null) {
PlayerTest playerTest = bucket.get();