mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
修复TransferPacket
类
This commit is contained in:
parent
683b6fd589
commit
3f189db4ae
@ -138,9 +138,9 @@ namespace ll{
|
|||||||
constexpr uint64_t PLAYERAPI_getClientSubId = 0xDC0;
|
constexpr uint64_t PLAYERAPI_getClientSubId = 0xDC0;
|
||||||
// Null
|
// Null
|
||||||
constexpr uint64_t PLAYERAPI_crashClient = 0X38;
|
constexpr uint64_t PLAYERAPI_crashClient = 0X38;
|
||||||
// Null
|
// TransferPacket::mServerPort
|
||||||
constexpr uint64_t PLAYERAPI_sendTransferPacket_port = 0X24;
|
constexpr uint64_t PLAYERAPI_sendTransferPacket_port = 0X48;
|
||||||
// Null
|
// TransferPacket::mServerAddress
|
||||||
constexpr uint64_t PLAYERAPI_sendTransferPacket_address = 0X28;
|
constexpr uint64_t PLAYERAPI_sendTransferPacket_address = 0X28;
|
||||||
// SetScorePacket::mType
|
// SetScorePacket::mType
|
||||||
constexpr uint64_t PLAYERAPI_sendSetScorePacket_type = 0X28;
|
constexpr uint64_t PLAYERAPI_sendSetScorePacket_type = 0X28;
|
||||||
|
@ -12,7 +12,9 @@ class TransferPacket : public Packet {
|
|||||||
|
|
||||||
#define AFTER_EXTRA
|
#define AFTER_EXTRA
|
||||||
// Add Member There
|
// Add Member There
|
||||||
char filler[40];
|
public:
|
||||||
|
std::string mServerAddress;
|
||||||
|
int mServerPort;
|
||||||
#undef AFTER_EXTRA
|
#undef AFTER_EXTRA
|
||||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_TRANSFERPACKET
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_TRANSFERPACKET
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user