From fe542deb89e9ff75ed5baf6d41faa96fa0092f0a Mon Sep 17 00:00:00 2001 From: SecretsOTheP Date: Sun, 20 Apr 2014 21:00:50 -0400 Subject: [PATCH] indentation is important --- zone/hate_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/hate_list.cpp b/zone/hate_list.cpp index 2fbc528fc..6980746df 100644 --- a/zone/hate_list.cpp +++ b/zone/hate_list.cpp @@ -451,7 +451,7 @@ Mob *HateList::GetRandom() if(count == 1) //No need to do all that extra work if we only have one hate entry { if(*list.begin()) // Just in case tHateEntry is invalidated somehow... - return (*list.begin())->ent; + return (*list.begin())->ent; return NULL; }