Do soemthing i guess?

This commit is contained in:
SilicaAndPina 2021-02-06 14:18:19 +13:00
parent 5e460923dc
commit cb00f79d48
7 changed files with 748 additions and 1084 deletions

View file

@ -830,7 +830,7 @@ namespace HISP.Server
ms.Seek(0x00, SeekOrigin.Begin);
byte[] Packet = ms.ToArray();
ms.Dispose();
Logger.InfoPrint("Sending load "+(char)type + swf + " packet");
Logger.DebugPrint("Sending load "+(char)type + swf + " packet");
return Packet;
}
public static byte[] CreateAnnouncement(string announcement)