aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index 279ff71..05874f8 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -138,7 +138,7 @@ namespace OpenSim.Data.MySQL
138 138
139 // if there are no tables, get out of here and let 139 // if there are no tables, get out of here and let
140 // migrations do their job 140 // migrations do their job
141 if( 141 if (
142 tableList[m_agentsTableName] == null && 142 tableList[m_agentsTableName] == null &&
143 tableList[m_usersTableName] == null && 143 tableList[m_usersTableName] == null &&
144 tableList[m_userFriendsTableName] == null && 144 tableList[m_userFriendsTableName] == null &&