mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-09 03:38:48 +00:00
NULL to nullptr
This commit is contained in:
@@ -193,7 +193,7 @@ LevelData::LevelData(CompoundTag *tag)
|
||||
this->loadedPlayerTag = nullptr;
|
||||
=======
|
||||
{
|
||||
this->loadedPlayerTag = NULL;
|
||||
this->loadedPlayerTag = nullptr;
|
||||
>>>>>>> origin/main
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user