mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public GridInstantMessage()
|
||||
{
|
||||
binaryBucket = Array.Empty<byte>(); ;
|
||||
binaryBucket = Array.Empty<byte>();
|
||||
}
|
||||
|
||||
public GridInstantMessage(GridInstantMessage im, bool addTimestamp)
|
||||
|
||||
Reference in New Issue
Block a user