Label localization support
This commit is contained in:
@@ -824,9 +824,10 @@ public class HudFragment{
|
||||
table.clicked(() -> {
|
||||
if(state.rules.objectives.size > 0){
|
||||
var first = state.rules.objectives.first();
|
||||
if(first.details() != null){
|
||||
var details = first.details();
|
||||
if(details != null){
|
||||
//TODO this could be much better.
|
||||
ui.showInfo(first.details);
|
||||
ui.showInfo(details);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user