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