an Attempt at fights was made

This commit is contained in:
Kyle Belanger
2023-10-14 13:16:45 -04:00
parent 9b1a2179fe
commit b5c4834867
4 changed files with 123 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ namespace AscNet.GameServer.Handlers
ClientShop = { }
};
session.SendResponse(rsp);
session.SendResponse(rsp, packet.Id);
}
}
}