Skip to content

Commit aa4c2f1

Browse files
committed
Even more fixes
1 parent 5220ce8 commit aa4c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/nsconfig/parse/SceneParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void parse(String str, Configuration pop)
3434
String scene = tokens[1];
3535

3636
//If scene is NONE, bounce and let the caller handle it (this is an explcit command to do nothing)
37-
if(scene == "NONE")
37+
if(scene.equals("NONE"))
3838
return;
3939

4040
//Make sure the Scene is reasonable

0 commit comments

Comments
 (0)