mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +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;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (hasAnotherEntityServer) {
|
if (!hasAnotherEntityServer) {
|
||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue