mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Attempt to fix the bug/crash that MetaLeo just reported.
This commit is contained in:
@@ -303,7 +303,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
}
|
||||
else
|
||||
{
|
||||
MainLog.Instance.Error("ExpectUser() - Unknown region " + ((ulong)requestData["regionhandle"]).ToString());
|
||||
MainLog.Instance.Error("ExpectUser() - Unknown region " + (Convert.ToUInt64(requestData["regionhandle"])).ToString());
|
||||
}
|
||||
|
||||
MainLog.Instance.Verbose("ExpectUser() - Welcoming new user...");
|
||||
|
||||
Reference in New Issue
Block a user