mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
remove patch log messages
This commit is contained in:
parent
95ed511f98
commit
5f92d5d4bf
@ -87,10 +87,10 @@ public static class QSBPatchManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
OnPatchType?.SafeInvoke(type);
|
OnPatchType?.SafeInvoke(type);
|
||||||
DebugLog.DebugWrite($"Patch block {Enum.GetName(typeof(QSBPatchTypes), type)}", MessageType.Info);
|
//DebugLog.DebugWrite($"Patch block {Enum.GetName(typeof(QSBPatchTypes), type)}", MessageType.Info);
|
||||||
foreach (var patch in _patchList.Where(x => x.Type == type && x.PatchVendor.HasFlag(QSBCore.GameVendor)))
|
foreach (var patch in _patchList.Where(x => x.Type == type && x.PatchVendor.HasFlag(QSBCore.GameVendor)))
|
||||||
{
|
{
|
||||||
DebugLog.DebugWrite($" - Patching in {patch.GetType().Name}", MessageType.Info);
|
//DebugLog.DebugWrite($" - Patching in {patch.GetType().Name}", MessageType.Info);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
patch.DoPatches(TypeToInstance[type]);
|
patch.DoPatches(TypeToInstance[type]);
|
||||||
|
Loading…
Reference in New Issue
Block a user