Fixed issue with decay erroneously triggering world save warnings.
This commit is contained in:
parent
0c7efa2419
commit
5be90584b6
4 changed files with 32 additions and 20 deletions
|
|
@ -46,5 +46,7 @@ namespace Server {
|
|||
|
||||
public abstract string Name { get; }
|
||||
public abstract void Save( SaveMetrics metrics );
|
||||
|
||||
public abstract void ProcessDecay();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue