mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-23 23:50:44 +00:00
@@ -92,7 +92,7 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new ChatPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new ChatPacket()); }
|
||||
virtual int getId() { return 3; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user