mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 20:24:26 -07:00
Update READMEs, code cleanup
This commit is contained in:
@@ -47,12 +47,5 @@ namespace TNHQoLImprovements
|
||||
var playerCountComponent = gObjLeaderboard.AddComponent<LeaderboardPlayerCount>();
|
||||
playerCountComponent.Init(__instance, uiGlobalText, gObjLoading);
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(TNH_ScoreDisplay), "SwitchToModeID")]
|
||||
public static void OnModeIDSwitch_Post(string id, TNH_ScoreDisplay __instance)
|
||||
{
|
||||
Debug.Log(string.Format("Changing scoreboard mode to {0}!", id));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user