ops, I forgot there was a space

This commit is contained in:
Akbar Yahya 2022-11-10 18:59:44 +08:00
parent f1c902a71f
commit a4bd28fe02
No known key found for this signature in database
GPG Key ID: 0C9985FEC5C018C9
2 changed files with 1919 additions and 1919 deletions

File diff suppressed because it is too large Load Diff

2
op.js
View File

@ -80,7 +80,7 @@ function get_cmdid_gc() {
var name = config[0]; var name = config[0];
var id = parseInt(config[1]); var id = parseInt(config[1]);
if (name.includes("public static final int")) { if (name.includes("public static final int")) {
name = name.replace("\tpublic static final int", ""); name = name.replace("\tpublic static final int ", "");
// skip 0 ? // skip 0 ?
if(id == 0){ if(id == 0){
return; return;