aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Team.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Team.cpp')
-rw-r--r--Minecraft.World/Team.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Team.cpp b/Minecraft.World/Team.cpp
index f3f6e04e..7c3bde0c 100644
--- a/Minecraft.World/Team.cpp
+++ b/Minecraft.World/Team.cpp
@@ -4,7 +4,7 @@
bool Team::isAlliedTo(Team *other)
{
- if (other == NULL)
+ if (other == nullptr)
{
return false;
}