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:
Michael Bayne
2007-02-13 00:26:46 +00:00
parent ff30b2e116
commit 9ac3e86fe0
@@ -149,5 +149,5 @@ public class BasicDirector
protected PresentsContext _ctx; protected PresentsContext _ctx;
/** Whether or not this director is available in standalone mode. */ /** Whether or not this director is available in standalone mode. */
protected boolean _availableInStandalone; protected boolean _availableInStandalone = true;
} }