mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-24 01:59:01 +00:00
fix: don't throw runtime exceptions when failing to retrieve pronouns
This commit is contained in:
parent
df5d5a8927
commit
7464fdb297
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class PlayerPronouns implements ModInitializer {
|
|||
setPronouns(handler.getPlayer(), new Pronouns(pronouns, PronounList.get().getCalculatedPronounStrings().get(pronouns)));
|
||||
}).join();
|
||||
} catch (URISyntaxException e) {
|
||||
throw new RuntimeException(e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue