Scenes aren't required to have a default entrance
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@750 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -425,10 +425,6 @@ public class EditorFrame extends ManagedJFrame
|
|||||||
err += "No scene type specified.\n";
|
err += "No scene type specified.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_svpanel.getEntrance() == null) {
|
|
||||||
err += "No default entrance portal.\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ("".equals(err)) {
|
if ("".equals(err)) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user