fix unit tests broken by commit dcf18689b9

can't prompt for estate owner in unit tests
slimupdates
Justin Clark-Casey (justincc) 2010-03-25 21:46:23 +00:00
parent bfbf25c542
commit 19c659ca99
1 changed files with 1 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ namespace OpenSim.Region.Framework.Scenes
//
// TODO: Find a better place for this
//
while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero)
while (m_regInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
{
MainConsole.Instance.Output("The current estate has no owner set.");
string first = MainConsole.Instance.CmdPrompt("Estate owner first name", "Test");