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