Improve comment in #5
This commit is contained in:
parent
3e2d95eb2e
commit
aa74337149
@ -20,8 +20,8 @@ class Mod implements IPreAkiLoadMod
|
|||||||
// that we may need down the line
|
// that we may need down the line
|
||||||
Mod.container = container;
|
Mod.container = container;
|
||||||
|
|
||||||
// Wait until WatermarkLocale gets resolved by the server and run code afterwards to replace
|
// Wait until LauncherController gets resolved by the server and run code afterwards to replace
|
||||||
// the getDescription() function with the one below called 'replacementFunction()
|
// the login() function with the one below called 'replacementFunction()
|
||||||
container.afterResolution("LauncherController", (_t, result: LauncherController) =>
|
container.afterResolution("LauncherController", (_t, result: LauncherController) =>
|
||||||
{
|
{
|
||||||
// We want to replace the original method logic with something different
|
// We want to replace the original method logic with something different
|
||||||
|
Loading…
x
Reference in New Issue
Block a user