mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix bugs
This commit is contained in:
parent
a4319d87f5
commit
bea24a59a5
3 changed files with 6 additions and 2 deletions
|
@ -3523,6 +3523,10 @@ namespace HISP.Server
|
|||
byte[] MotdData = PacketBuilder.CreateMotd();
|
||||
sender.SendPacket(MotdData);
|
||||
|
||||
// Send riddle annoucement
|
||||
if (RiddleEvent != null)
|
||||
if (RiddleEvent.Active)
|
||||
RiddleEvent.ShowStartMessage(sender);
|
||||
|
||||
// Send Queued Messages
|
||||
string[] queuedMessages = Database.GetMessageQueue(sender.LoggedinUser.Id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue