aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Level.java2
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"))
{
}