mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix: ResourcePackSend.hasPromptMessage
This commit is contained in:
parent
d10ad138f1
commit
dff3f23b03
3 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ namespace MinecraftClient.Crypto
|
|||
{
|
||||
BaseStream = stream;
|
||||
|
||||
if (FastAes.IsSupport())
|
||||
if (FastAes.IsSupported())
|
||||
FastAes = new FastAes(key);
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue