Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Corn
07fb26047b 3.41.6 2020-06-30 22:36:48 -04:00
Alex Corn
2f9b24c447 Only attempt to delete this.currency if it actually exists 2020-06-30 22:24:04 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -86,7 +86,9 @@ function CEconItem(item, description, contextID) {
this.actions = [];
}
delete this.currency;
if (this.currency) {
delete this.currency;
}
}
CEconItem.prototype.getImageURL = function() {

View File

@@ -1,6 +1,6 @@
{
"name": "steamcommunity",
"version": "3.41.5",
"version": "3.41.6",
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"keywords": [
"steam",