mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-11 03:26:08 +03:00
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 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user