This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -50,15 +50,15 @@ public class ServerBuild {
@Export("id")
public final int id;
ServerBuild(String var1, int var2) {
this.name = var1;
this.id = var2;
}
static {
__iy_m = new ServerBuild("LIVE", 0);
__iy_f = new ServerBuild("BUILDLIVE", 3);
__iy_q = new ServerBuild("RC", 1);
__iy_w = new ServerBuild("WIP", 2);
}
ServerBuild(String var1, int var2) {
this.name = var1;
this.id = var2;
}
}