mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-16 23:35:22 +01:00
Revert xlsm patch
This commit is contained in:
parent
29bfd74c2c
commit
b9f8eab09e
@ -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;
|
||||
}
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user