mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-09-24 21:20:46 +00:00
@@ -29,6 +29,6 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new RespawnPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new RespawnPacket()); }
|
||||
virtual int getId() { return 9; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user