* UI: added cell hints to player's list in lobby, fixed header hints;

This commit is contained in:
Oleg Agafonov 2019-01-21 01:10:01 +04:00
parent dd5856e02c
commit 91a3328907
6 changed files with 217 additions and 163 deletions

View file

@ -418,7 +418,7 @@ public final class Main {
File[] files = directory.listFiles(
(dir, name) -> name.endsWith(".game")
);
if(files != null) {
if (files != null) {
for (File file : files) {
file.delete();
}