mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +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(*list.begin()) // Just in case tHateEntry is invalidated somehow...
|
||||
return (*list.begin())->ent;
|
||||
return (*list.begin())->ent;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user