mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Server Setting Changes
- tribe alliance checkbox fixed. - custom harvest multiplier checkbox fixed.
This commit is contained in:
parent
2391ab61d8
commit
3e25077cc7
5 changed files with 47 additions and 5 deletions
|
|
@ -48,11 +48,12 @@ namespace ServerManagerTool.Common.Model
|
|||
this.Sort(AggregateIniValue.SortKeySelector);
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
public virtual void Reset()
|
||||
{
|
||||
this.Clear();
|
||||
if (this._resetFunc != null)
|
||||
this.AddRange(this._resetFunc());
|
||||
IsEnabled = (Count > 0);
|
||||
|
||||
this.Sort(AggregateIniValue.SortKeySelector);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue