mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
fix InterruptedException
This commit is contained in:
parent
9064dc1fee
commit
a4e175f656
@ -157,8 +157,9 @@ public class MoveAvatarEvent extends MessageHandler {
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
} catch (InterruptedException e) {
|
||||
LOGGER.error("Caught exception", e);
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user