mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
indentation is important
This commit is contained in:
parent
8aa13b51f4
commit
fe542deb89
@ -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(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...
|
if(*list.begin()) // Just in case tHateEntry is invalidated somehow...
|
||||||
return (*list.begin())->ent;
|
return (*list.begin())->ent;
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user