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
|
|
@ -108,7 +108,6 @@ public static class AntiMacroSystem
|
|||
{
|
||||
EventSink.WorldSave += OnWorldSave;
|
||||
EventSink.Logout += OnLogout;
|
||||
EventSink.Login += OnLogin;
|
||||
}
|
||||
|
||||
private static void OnWorldSave()
|
||||
|
|
@ -139,7 +138,7 @@ public static class AntiMacroSystem
|
|||
}
|
||||
}
|
||||
|
||||
private static void OnLogin(Mobile m)
|
||||
public static void OnLogin(Mobile m)
|
||||
{
|
||||
// Stop the clear out timer
|
||||
if (_logoutCleanup?.Remove(m, out var timer) == true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue