mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
cleaned up some mono compiler warnings
This commit is contained in:
@@ -153,7 +153,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
}
|
||||
}
|
||||
|
||||
if ((channel == null) || (channel.Equals(LLUUID.Zero)))
|
||||
if ((channel.Equals(null)) || (channel.Equals(LLUUID.Zero)))
|
||||
{
|
||||
channel = LLUUID.Random();
|
||||
RPCChannelInfo rpcChanInfo = new RPCChannelInfo(localID, itemID, channel);
|
||||
|
||||
Reference in New Issue
Block a user