File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/client/java/golden/scnamelink/mixin/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ yarn_mappings=1.21.4+build.8
99loader_version =0.16.10
1010
1111# Mod Properties
12- mod_version =1.1.1
12+ mod_version =1.1.2
1313maven_group =com.scnamelink
1414archives_base_name =sc-name-link
1515
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public abstract class HoverEventMixin {
4747 if (this .entityType == EntityType .PLAYER && this .name .isPresent ()) {
4848 DisplayMapping mapping = SpooncraftNameLinkClient .getMapping (this .uuid ,
4949 this .name .get ().getString ());
50- if (mapping != null ) {
50+ if (mapping != null && mapping . discord_nick != null ) {
5151 this .tooltip .add (Text .translatable ("gui.scnamelink.hover_nickname" ,
5252 mapping .discord_nick ));
5353 }
You can’t perform that action at this time.
0 commit comments