mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
Fix VS debug build
This commit is contained in:
parent
850ab3057f
commit
bad84c407e
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class TypeUnorderedMapContainer
|
|||
}
|
||||
else
|
||||
{
|
||||
assert(i->second == obj && "Object with certain key already in but objects are different!");
|
||||
assert(_element[handle] == object && "Object with certain key already in but objects are different!");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue