Remove incorrect comment
This commit is contained in:
parent
0bf5c06cfe
commit
2457e0794d
@ -27,8 +27,6 @@ class Mod implements IPreAkiLoadMod
|
|||||||
// We want to replace the original method logic with something different
|
// We want to replace the original method logic with something different
|
||||||
result.login = (info: ILoginRequestData) =>
|
result.login = (info: ILoginRequestData) =>
|
||||||
{
|
{
|
||||||
// We are calling a replacement function, technically you could also do:
|
|
||||||
// result.login = this.replacementFunction;
|
|
||||||
return this.replacementFunction(info);
|
return this.replacementFunction(info);
|
||||||
}
|
}
|
||||||
// The modifier Always makes sure this replacement method is ALWAYS replaced
|
// The modifier Always makes sure this replacement method is ALWAYS replaced
|
||||||
|
Loading…
x
Reference in New Issue
Block a user