We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415c54c commit 6bd0a4fCopy full SHA for 6bd0a4f
kbe/src/server/cellapp/cellapp.cpp
@@ -85,7 +85,7 @@ bool Cellapp::canShutdown()
85
Entities<Entity>::ENTITYS_MAP::iterator iter = entities.begin();
86
for(; iter != entities.end(); iter++)
87
{
88
- Entity* pEntity = static_cast<Entity*>(iter->second.get());
+ //Entity* pEntity = static_cast<Entity*>(iter->second.get());
89
//if(pEntity->baseMailbox() != NULL &&
90
// pEntity->scriptModule()->isPersistent())
91
0 commit comments