mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
add build script
This commit is contained in:
parent
063c267755
commit
bf4d5f5005
14 changed files with 8903 additions and 9004 deletions
|
@ -4,7 +4,6 @@ using HISP.Game.Items;
|
|||
using HISP.Game.Events;
|
||||
using HISP.Game.Horse;
|
||||
using HISP.Game.Inventory;
|
||||
using HISP.Modding;
|
||||
|
||||
using System.Linq;
|
||||
using System;
|
||||
|
@ -70,7 +69,6 @@ namespace HISP.Game.Chat
|
|||
if (!user.Administrator)
|
||||
return false;
|
||||
|
||||
ModLoader.ReloadModsFromFilesystem();
|
||||
|
||||
byte[] chatPacket = PacketBuilder.CreateChat(Messages.FormatAdminCommandCompleteMessage(message), PacketBuilder.CHAT_BOTTOM_LEFT);
|
||||
user.LoggedinClient.SendPacket(chatPacket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue