Revert xlsm patch

This commit is contained in:
Juan Cruz Linsalata 2022-10-31 17:35:41 +01:00 committed by GitHub
parent 29bfd74c2c
commit b9f8eab09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ index 074d2437..e248daee 100644
- if ( !ctx.channel().isActive() )
+ if ( !ctx.channel().isActive() || !in.isReadable() ) // FlameCord - Check if connection is readable
{
in.release();
return;
}
--