mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Revert "Fix VS debug build"
This reverts commit 1a16a5728a4fd4b19250b9c828f992ba30ac06c9.
This commit is contained in:
parent
738f332015
commit
e69d69cfab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue