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
|
|
@ -151,8 +151,6 @@ namespace Server.Engines.MLQuests
|
|||
|
||||
TargetCommands.Register(new ViewQuestsCommand());
|
||||
TargetCommands.Register(new ViewContextCommand());
|
||||
|
||||
EventSink.QuestGumpRequest += EventSink_QuestGumpRequest;
|
||||
}
|
||||
|
||||
public static void Initialize()
|
||||
|
|
@ -649,7 +647,7 @@ namespace Server.Engines.MLQuests
|
|||
}
|
||||
}
|
||||
|
||||
public static void EventSink_QuestGumpRequest(Mobile m)
|
||||
public static void QuestGumpRequest(Mobile m)
|
||||
{
|
||||
if (!Enabled || m is not PlayerMobile pm)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue