Remove incorrect comment

This commit is contained in:
Chomp 2022-12-13 14:27:19 +00:00
parent 0bf5c06cfe
commit 2457e0794d

View File

@ -27,8 +27,6 @@ class Mod implements IPreAkiLoadMod
// We want to replace the original method logic with something different
result.login = (info: ILoginRequestData) =>
{
// We are calling a replacement function, technically you could also do:
// result.login = this.replacementFunction;
return this.replacementFunction(info);
}
// The modifier Always makes sure this replacement method is ALWAYS replaced