fix: Moves many EventSinks out of core. (#1783)

This commit is contained in:
Marcelo Paez Sequeira 2024-05-21 14:02:30 -03:00 committed by GitHub
parent 1cb798d807
commit 00908d030f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 133 additions and 276 deletions

View file

@ -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)