add comment for version field based on what Teravus said :)
parent
2aeeb4fe5f
commit
cb436ffe70
|
@ -63,7 +63,9 @@ namespace OpenSim.Framework
|
||||||
private short _type;
|
private short _type;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// This is used to denote the version of the client, needed
|
||||||
|
/// because of the changes clients have with inventory from
|
||||||
|
/// time to time (1.19.1 caused us some fits there).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private ushort _version;
|
private ushort _version;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue