fix: Moves many EventSinks out of core. (#1783)
This commit is contained in:
parent
1cb798d807
commit
00908d030f
45 changed files with 133 additions and 276 deletions
|
|
@ -397,11 +397,9 @@ namespace Server.Engines.Plants
|
|||
{
|
||||
EventSink.WorldSave += EventSink_WorldSave;
|
||||
}
|
||||
|
||||
EventSink.Login += EventSink_Login;
|
||||
}
|
||||
|
||||
private static void EventSink_Login(Mobile from)
|
||||
public static void OnLogin(Mobile from)
|
||||
{
|
||||
Container cont = from.Backpack;
|
||||
if (cont != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue