Improve comment in #5

This commit is contained in:
Chomp 2022-10-20 12:22:22 +01:00
parent 3e2d95eb2e
commit aa74337149

View File

@ -20,8 +20,8 @@ class Mod implements IPreAkiLoadMod
// that we may need down the line
Mod.container = container;
// Wait until WatermarkLocale gets resolved by the server and run code afterwards to replace
// the getDescription() function with the one below called 'replacementFunction()
// Wait until LauncherController gets resolved by the server and run code afterwards to replace
// the login() function with the one below called 'replacementFunction()
container.afterResolution("LauncherController", (_t, result: LauncherController) =>
{
// We want to replace the original method logic with something different