Tournament list #11

Merged
schrom01 merged 13 commits from TournamentList into main 2022-05-01 18:45:02 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit a3bd207610 - Show all commits

View File

@ -136,8 +136,7 @@ public class FileIO {
} }
public String toString(){ public String toString(){
String name = getName(); return getName().split("\\.")[0];
return name.split("\\.")[0];
} }
} }