Syntax error, better place for entity list removal

This commit is contained in:
SecretsOTheP
2013-03-23 10:13:29 -04:00
parent 18e9714273
commit a6f2c1be8a
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ bool Client::Process() {
if (GetMerc())
{
GetMerc()->Save();
if(GetMerc()->GetGroup != NULL)
if(GetMerc()->GetGroup() != NULL)
GetMerc()->RemoveMercFromGroup(GetMerc(), GetMerc()->GetGroup());
GetMerc()->Depop();
}