mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Add a setter to OldItemID so it can be deserialized
This commit is contained in:
@@ -227,6 +227,9 @@ namespace OpenSim.Framework
|
||||
get {
|
||||
return _oldID;
|
||||
}
|
||||
set {
|
||||
_oldID = value;
|
||||
}
|
||||
}
|
||||
|
||||
public UUID LastOwnerID {
|
||||
|
||||
Reference in New Issue
Block a user