This commit is contained in:
therealunull
2020-12-14 09:08:42 -05:00
parent aa44329202
commit a55f9502e2
115 changed files with 5376 additions and 267 deletions

View File

@@ -23,7 +23,7 @@ public class Username implements Comparable {
)
public Username(String var1, LoginType var2) {
this.name = var1; // L: 11
this.cleanName = VarbitDefinition.method4525(var1, var2); // L: 12
this.cleanName = VarbitComposition.method4525(var1, var2); // L: 12
} // L: 13
@ObfuscatedName("h")