mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-13 10:13:50 +00:00
Fix MessageType for empty patch
This commit is contained in:
parent
f60c349576
commit
0b8dd85477
@ -29,7 +29,7 @@ namespace QSB.Patches
|
||||
|
||||
public void Empty(string patchName)
|
||||
{
|
||||
DebugLog.DebugWrite($"[Empty] {patchName}", MessageType.Debug);
|
||||
DebugLog.DebugWrite($"[Empty] {patchName}", MessageType.Info);
|
||||
var method = GetMethodInfo(patchName);
|
||||
QSBCore.Helper.HarmonyHelper.EmptyMethod(method);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user