mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
ChatBoxExtensions: Recompile
This commit is contained in:
parent
bef2440b23
commit
4ae78984af
4 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ public class ChatBoxExtensions : MelonMod
|
|||
ApplyIntegrations();
|
||||
}
|
||||
|
||||
void ApplyIntegrations()
|
||||
private void ApplyIntegrations()
|
||||
{
|
||||
|
||||
Integrations.Commands.InitializeCommandHandlers();
|
||||
|
@ -39,7 +39,7 @@ public class ChatBoxExtensions : MelonMod
|
|||
}
|
||||
}
|
||||
|
||||
void ApplyPatches(Type type)
|
||||
private void ApplyPatches(Type type)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue