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