Update svn properties. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-19 13:26:42 +00:00
parent 4e93228e25
commit 259ddcfe1a
5 changed files with 13 additions and 24 deletions

View File

@@ -153,7 +153,7 @@ namespace OpenSim.TestSuite
m_log.Info("[ " + callbot.firstname + " " + callbot.lastname + "]: Disconnected");
m_td[m_lBot.IndexOf(callbot)].Abort();
numbots--;
if (numbots >1)
if (numbots > 1)
Environment.Exit(0);
break;
}