Check settings async
Based on https://github.com/AuthMe/AuthMeReloaded/commit/6be58ee2e2d467a1cb94148a3dff0ae91057af58#commitcomment-18154945
This commit is contained in:
@@ -86,15 +86,15 @@ public class AsynchronousUnregister implements AsynchronousProcess {
|
|||||||
|
|
||||||
// Apply blind effect
|
// Apply blind effect
|
||||||
final int timeout = service.getProperty(RestrictionSettings.TIMEOUT) * TICKS_PER_SECOND;
|
final int timeout = service.getProperty(RestrictionSettings.TIMEOUT) * TICKS_PER_SECOND;
|
||||||
bukktiService.runTask(new Runnable() {
|
if (service.getProperty(RegistrationSettings.APPLY_BLIND_EFFECT)) {
|
||||||
@Override
|
bukktiService.runTask(new Runnable() {
|
||||||
public void run() {
|
@Override
|
||||||
if (service.getProperty(RegistrationSettings.APPLY_BLIND_EFFECT)) {
|
public void run() {
|
||||||
player.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, timeout, 2));
|
player.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, timeout, 2));
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
service.send(player, MessageKey.UNREGISTERED_SUCCESS);
|
service.send(player, MessageKey.UNREGISTERED_SUCCESS);
|
||||||
ConsoleLogger.info(player.getName() + " unregistered himself");
|
ConsoleLogger.info(player.getName() + " unregistered himself");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user