We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5220ce8 commit aa4c2f1Copy full SHA for aa4c2f1
src/file/nsconfig/parse/SceneParser.java
@@ -34,7 +34,7 @@ public void parse(String str, Configuration pop)
34
String scene = tokens[1];
35
36
//If scene is NONE, bounce and let the caller handle it (this is an explcit command to do nothing)
37
- if(scene == "NONE")
+ if(scene.equals("NONE"))
38
return;
39
40
//Make sure the Scene is reasonable
0 commit comments