Skip to content

Commit

Permalink
Catch NSME on network listener set
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Dec 20, 2022
1 parent aa61f6b commit 75b3ec1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -256,6 +256,8 @@ private void initialise(MinecraftServer minecraftServer) {
socket.close();
} catch (IOException e) {
// swallow
} catch (NoSuchMethodError err) {
// swallow, reported by a single user on Discord
}

AttributeInstance range = getAttributeInstance(GenericAttributes.FOLLOW_RANGE);
Expand Down

0 comments on commit 75b3ec1

Please sign in to comment.