Changed ID to NetHandle. Configure() removed from COOPAPI and replaced by its own functions

This commit is contained in:
EntenKoeniq
2021-12-14 22:39:15 +01:00
parent 721da34e36
commit 98295fee3a
12 changed files with 179 additions and 144 deletions

View File

@ -214,7 +214,7 @@ namespace CoopServer
NetOutgoingMessage outgoingMessage = Server.MainNetServer.CreateMessage();
new ModPacket()
{
ID = 0,
NetHandle = 0,
Target = 0,
Mod = mod,
CustomPacketID = customID,