repo: janusweb
action: commit
revision: 
path_from: 
revision_from: e59f4302c1c70bbff8e7769438357553d43b0e67:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit e59f4302c1c70bbff8e7769438357553d43b0e67
Author: James Baicoianu 
Date:   Fri Apr 6 00:27:41 2018 -0700

    Use realtype when requesting asset

diff --git a/scripts/room.js b/scripts/room.js
index 311a5d5094fb0640d9dd722e0da6ad1e8160f82f..
index ..ed8fddfbbcfa9b652019c522a8ecb280505afbf7 100644
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1201,7 +1201,7 @@ elation.require([
         asset = this.assetpack.get(realtype, id, assetargs); ////this.roomassets[type][id];
       }
       if (!asset) {
-        asset = this.janus.getAsset(type, id, assetargs);
+        asset = this.janus.getAsset(realtype, id, assetargs);
       }
       if (asset) {
         if (!this.roomassets[type][id]) {

-----END OF PAGE-----