mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
fucking hell
This commit is contained in:
parent
f20613a0c6
commit
01ea269c07
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class ClientEvents{
|
|||
if(regName != null){
|
||||
if(regName.toString().toLowerCase(Locale.ROOT).contains(ModUtil.MOD_ID)){
|
||||
if(event.getToolTip().size() > 0){
|
||||
event.getToolTip().set(0, TextFormatting.RESET+event.getToolTip().get(0));
|
||||
event.getToolTip().set(0, TextFormatting.RESET+TextFormatting.WHITE.toString()+event.getToolTip().get(0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue