repo: janusweb action: commit revision: path_from: revision_from: e59f4302c1c70bbff8e7769438357553d43b0e67: path_to: revision_to:
commit e59f4302c1c70bbff8e7769438357553d43b0e67 Author: James BaicoianuDate: Fri Apr 6 00:27:41 2018 -0700 Use realtype when requesting asset diff --git a/scripts/room.js b/scripts/room.js
--- 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-----