mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Do soemthing i guess?
This commit is contained in:
parent
5e460923dc
commit
cb00f79d48
7 changed files with 748 additions and 1084 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue