Already have a bug fix for it.Cody wrote:Excellent!Diziet Sma wrote:Tricky has agreed to take on BGS..
Code: Select all
$ git diff HEAD^ HEAD
diff --git a/src/Scripts/BGS-M.js b/src/Scripts/BGS-M.js
index ff390d4..ea8673d 100644
--- a/src/Scripts/BGS-M.js
+++ b/src/Scripts/BGS-M.js
@@ -206,7 +206,7 @@ this.addToLRC = function(obj)
default: return(false);
}
if(typeof(obj.id)==='undefined') obj.id=obj.type;
- if(typeof(obj.action)==='string' && typeof(obj.gal!=='number')){
+ if(typeof(obj.action)==='string' && typeof(obj.gal)!=='number'){
for(var k=0;k<8;k++) this.LRC[k].push(obj);
} else this.LRC[obj.gal].unshift(obj);
this.LRCResort = true;
Before I upload, am I right in thinking that the identifier stays the same? I'm also going to have to learn how the wiki file upload system works.
The current fix resides on my server at the moment...