Skip to content

Commit

Permalink
Remove old method after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Jan 18, 2025
1 parent 2152595 commit b5a22c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ public void setTechBase(boolean clan, boolean mixed) {
public SimpleTechLevel getTechLevel() {
try {
return SimpleTechLevel.parse((String) cbTechLevel.getSelectedItem());
//return SimpleTechLevel.valueOf(((String) cbTechLevel.getSelectedItem()).toUpperCase());
} catch (Exception e) {
return SimpleTechLevel.STANDARD;
}
Expand Down

0 comments on commit b5a22c5

Please sign in to comment.