Fix crash with The Monarch

This commit is contained in:
tool4EvEr
2021-07-31 19:21:45 +02:00
parent cb7d8e572c
commit 168cc31955
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ public class ImageUtil {
}
public static PaperCard getPaperCardFromImageKey(String key) {
if ( key == null ) {
if (key == null) {
return null;
}