mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 09:05:59 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -23,7 +23,7 @@ void ReceivingLevelScreen::tick()
|
||||
tickCount++;
|
||||
if (tickCount % 20 == 0)
|
||||
{
|
||||
connection->send( shared_ptr<KeepAlivePacket>( new KeepAlivePacket() ) );
|
||||
connection->send( std::shared_ptr<KeepAlivePacket>( new KeepAlivePacket() ) );
|
||||
}
|
||||
if (connection != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user