fix: Fixes factions and makes it static (#993)
This commit is contained in:
parent
097c0143b0
commit
f7cbeacf48
5 changed files with 129 additions and 93 deletions
|
|
@ -46,6 +46,8 @@ namespace Server
|
|||
);
|
||||
}
|
||||
|
||||
public static void Unregister(string name) => _registry.RemoveWhere(entry => entry.Name == name);
|
||||
|
||||
public static void Load(string path)
|
||||
{
|
||||
// This should probably not be parallel since Mobiles must be loaded before Items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue