ops, I forgot there was a space
This commit is contained in:
parent
f1c902a71f
commit
a4bd28fe02
3836
cmdid_gc.json
3836
cmdid_gc.json
File diff suppressed because it is too large
Load Diff
2
op.js
2
op.js
|
@ -80,7 +80,7 @@ function get_cmdid_gc() {
|
|||
var name = config[0];
|
||||
var id = parseInt(config[1]);
|
||||
if (name.includes("public static final int")) {
|
||||
name = name.replace("\tpublic static final int", "");
|
||||
name = name.replace("\tpublic static final int ", "");
|
||||
// skip 0 ?
|
||||
if(id == 0){
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue