mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 05:35:59 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -41,7 +41,7 @@ bool SetTimePacket::canBeInvalidated()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SetTimePacket::isInvalidatedBy(shared_ptr<Packet> packet)
|
||||
bool SetTimePacket::isInvalidatedBy(std::shared_ptr<Packet> packet)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user