fix prism

This commit is contained in:
Kukks
2023-12-21 09:16:03 +01:00
parent c0e750573e
commit 19655e6f54
3 changed files with 3 additions and 3 deletions

View File

@@ -51,8 +51,7 @@ public class OnChainPrismClaimCreate : IPluginHookFilter
}
catch (Exception exception)
{
Console.WriteLine(exception);
throw;
// ignored
}
}