mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +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