Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mangosone/server
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Apr 12, 2018
2 parents 0d94c61 + 775765e commit 78154cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/GameSystem/TypeContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class TypeUnorderedMapContainer
}
else
{
assert(_element[handle] == object && "Object with certain key already in but objects are different!");
assert(i->second == obj && "Object with certain key already in but objects are different!");
return false;
}
}
Expand Down

0 comments on commit 78154cf

Please sign in to comment.