diff options
Diffstat (limited to 'Minecraft.World/ShovelItem.cpp')
| -rw-r--r-- | Minecraft.World/ShovelItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ShovelItem.cpp b/Minecraft.World/ShovelItem.cpp index 4b75cd85..8064cbe3 100644 --- a/Minecraft.World/ShovelItem.cpp +++ b/Minecraft.World/ShovelItem.cpp @@ -3,7 +3,7 @@ #include "net.minecraft.world.level.tile.h" #include "ShovelItem.h" -TileArray *ShovelItem::diggables = nullptr; +TileArray *ShovelItem::diggables = NULL; void ShovelItem::staticCtor() { |
