diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/Level.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Level.java b/src/main/Level.java index f02bb46..ee60d47 100644 --- a/src/main/Level.java +++ b/src/main/Level.java @@ -49,7 +49,7 @@ public class Level artist = (SimpleStringProperty)(levelStuff.get("title")); desc = (String)(levelStuff.get("title")); - if(levelStuff.has("color1")) + if(( levelStuff).containsKey("color1")) { } |