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