forked from External/mage
* UI: added cell hints to player's list in lobby, fixed header hints;
This commit is contained in:
parent
dd5856e02c
commit
91a3328907
6 changed files with 217 additions and 163 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue