Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove not implemented entries in the Statistics window #698

Open
lupino3 opened this issue Aug 6, 2022 · 0 comments
Open

Remove not implemented entries in the Statistics window #698

lupino3 opened this issue Aug 6, 2022 · 0 comments

Comments

@lupino3
Copy link
Member

lupino3 commented Aug 6, 2022

Some statistics are not implemented and the counter is always at 0. Those lines should be removed to avoid confusion.

See below, for example:

case 7:
label.setText(" 0 " + CurrentLocale.getString("WARS"));
return label;
case 8:
label.setText(" " + dividerStalls + " " + CurrentLocale.getString("STRUCTS_DIVNOTAVAILABLE"));
return label;
case 9:
label.setText(" " + memoryStalls + " " + CurrentLocale.getString("STRUCTS_MEMNOTAVAILABLE"));
return label;
case 10:
label.setText(" 0 " + CurrentLocale.getString("BTS"));
return label;
case 11:
label.setText(" 0 " + CurrentLocale.getString("BMS"));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant