rename AvatarHash to AvatarList

This commit is contained in:
Stephen Birarda 2014-04-18 09:40:35 -07:00
parent 77202af20d
commit 6adfb91e93

View file

@ -202,7 +202,7 @@ void Agent::run() {
// give this AvatarData object to the script engine
_scriptEngine.setAvatarData(&scriptedAvatar, "Avatar");
_scriptEngine.setAvatarHashMap(&_avatarHashMap, "AvatarHash");
_scriptEngine.setAvatarHashMap(&_avatarHashMap, "AvatarList");
// register ourselves to the script engine
_scriptEngine.registerGlobalObject("Agent", this);