aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NotGateTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/NotGateTile.cpp')
-rw-r--r--Minecraft.World/NotGateTile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/NotGateTile.cpp b/Minecraft.World/NotGateTile.cpp
index 969778d8..8d41c839 100644
--- a/Minecraft.World/NotGateTile.cpp
+++ b/Minecraft.World/NotGateTile.cpp
@@ -233,7 +233,7 @@ void NotGateTile::levelTimeChanged(Level *level, int64_t delta, int64_t newTime)
{
deque<Toggle> *toggles = recentToggles[level];
- if (toggles != nullptr)
+ if (toggles != NULL)
{
for (auto& toggle : *toggles)
{