1
0
mirror of https://e.coding.net/circlecloud/AuthMe.git synced 2025-11-24 21:26:20 +00:00

捕获无效报错...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-11-07 15:49:53 +08:00
parent 2d2ab1e4bd
commit 0c9ab2775b

View File

@@ -47,9 +47,12 @@ public class ProcessSyncronousPasswordRegister implements Runnable {
Utils.safeTP(player, tpEvent.getTo()); Utils.safeTP(player, tpEvent.getTo());
} }
} }
limbo.getTimeoutTaskId().cancel(); try {
limbo.getMessageTaskId().cancel(); limbo.getTimeoutTaskId().cancel();
LimboCache.getInstance().deleteLimboPlayer(name); limbo.getMessageTaskId().cancel();
LimboCache.getInstance().deleteLimboPlayer(name);
} catch (final Exception e) {
}
} }
if (!Settings.getRegisteredGroup.isEmpty()) { if (!Settings.getRegisteredGroup.isEmpty()) {