Adds BufferReader and BufferWriter. Updates UOP handling. (#101)
This commit is contained in:
parent
2c0d97cd36
commit
038c3be258
98 changed files with 2458 additions and 2185 deletions
|
|
@ -535,9 +535,9 @@ namespace Server.Engines.MLQuests
|
|||
}
|
||||
}
|
||||
|
||||
public static void EventSink_QuestGumpRequest(QuestGumpRequestArgs args)
|
||||
public static void EventSink_QuestGumpRequest(Mobile m)
|
||||
{
|
||||
if (!Enabled || !(args.Mobile is PlayerMobile pm))
|
||||
if (!Enabled || !(m is PlayerMobile pm))
|
||||
return;
|
||||
|
||||
pm.SendGump(new QuestLogGump(pm));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue