Being available in standalone mode should be the default. This will of course
make life harder for Yohoho, but making life easier for Yohoho should not come at the expense of baffling default behavior. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4574 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -149,5 +149,5 @@ public class BasicDirector
|
||||
protected PresentsContext _ctx;
|
||||
|
||||
/** Whether or not this director is available in standalone mode. */
|
||||
protected boolean _availableInStandalone;
|
||||
protected boolean _availableInStandalone = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user