mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 11:08:06 +02:00
fix clear check for missing other entity servers
This commit is contained in:
parent
0a118bd268
commit
96cf6b8c04
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void EntityScriptServer::nodeKilled(SharedNodePointer killedNode) {
|
|||
return true;
|
||||
});
|
||||
|
||||
if (hasAnotherEntityServer) {
|
||||
if (!hasAnotherEntityServer) {
|
||||
clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue