December 8, 20205 yr I've noticed a lot of the parameter names for methods in the MethodProvider and Script classes are labeled as iiIIIiiIIIii by IntelliJ instead of their correct name. eg. I would expect to see stop(logout: boolean) instead of stop(iiIIIiiIIIii: boolean) It isn't causing any issues. I'm just curious as to why this is the case. Thanks for any answers.
December 8, 20205 yr 27 minutes ago, StaticSyntax said: I've noticed a lot of the parameter names for methods in the MethodProvider and Script classes are labeled as iiIIIiiIIIii by IntelliJ instead of their correct name. eg. I would expect to see stop(logout: boolean) instead of stop(iiIIIiiIIIii: boolean) It isn't causing any issues. I'm just curious as to why this is the case. Thanks for any answers. This is because the client code is obfuscated
December 8, 20205 yr Author 10 minutes ago, Khaleesi said: This is because the client code is obfuscated That makes sense. Thank you.
Create an account or sign in to comment