Add message for mods that have hidden = true (#4717)
* Multiplayer compatability message * Make more sense?
This commit is contained in:
@@ -278,6 +278,9 @@ public class ModsDialog extends BaseDialog{
|
||||
}else if(mod.hasContentErrors()){
|
||||
text.labelWrap("@mod.erroredcontent").growX();
|
||||
text.row();
|
||||
}else if(mod.meta.hidden){
|
||||
text.labelWrap("@mod.multiplayercompatable").growX();
|
||||
text.row();
|
||||
}
|
||||
}).top().growX();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user