mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Temporarily remove AvatarList from EntityScriptServer
This commit is contained in:
parent
6da188b6ae
commit
e54e35fbbe
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ void EntityScriptServer::resetEntitiesScriptEngine() {
|
|||
auto webSocketServerConstructorValue = newEngine->newFunction(WebSocketServerClass::constructor);
|
||||
newEngine->globalObject().setProperty("WebSocketServer", webSocketServerConstructorValue);
|
||||
|
||||
newEngine->registerGlobalObject("AvatarList", DependencyManager::get<AvatarHashMap>().data());
|
||||
newEngine->registerGlobalObject("SoundCache", DependencyManager::get<SoundCache>().data());
|
||||
|
||||
// connect this script engines printedMessage signal to the global ScriptEngines these various messages
|
||||
|
|
Loading…
Reference in a new issue