mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -301,7 +301,7 @@ namespace OpenSim.Data.MySQL
|
||||
while (r.Read())
|
||||
{
|
||||
EstateBan eb = new EstateBan();
|
||||
eb.BannedUserID = DBGuid.FromDB(r["bannedUUID"]); ;
|
||||
eb.BannedUserID = DBGuid.FromDB(r["bannedUUID"]);
|
||||
eb.BannedHostAddress = "0.0.0.0";
|
||||
eb.BannedHostIPMask = "0.0.0.0";
|
||||
eb.BanningUserID = DBGuid.FromDB(r["banningUUID"]);
|
||||
|
||||
Reference in New Issue
Block a user