mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
I'm going to need the Version property to manage
migrating from the old to the new system. Silly legacy code.
This commit is contained in:
@@ -156,6 +156,12 @@ namespace OpenSim.Data
|
||||
return max;
|
||||
}
|
||||
|
||||
public int Version
|
||||
{
|
||||
get { return FindVersion(_type); }
|
||||
set { UpdateVersion(_type, value); }
|
||||
}
|
||||
|
||||
private int FindVersion(string type)
|
||||
{
|
||||
int version = 0;
|
||||
|
||||
Reference in New Issue
Block a user