Merge pull request #34 from Atlante45/ess-pr

Temporarily remove AvatarList from EntityScriptServer
This commit is contained in:
Stephen Birarda 2017-01-24 11:53:13 -08:00 committed by GitHub
commit 9282f5555a

View file

@ -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