OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
314 stars 50 forks source link

StackOverflow with .bind command #36

Closed OxideWaveLength closed 4 years ago

OxideWaveLength commented 4 years ago

Describe the bug The client is going to crash and give a StackOverflow exception

To Reproduce Type ".bind " plus any module and press enter

Expected behavior An error message should return the right syntax

Stack Trace

at java.lang.StringBuilder.append(Unknown Source)
at java.lang.StringBuilder.<init>(Unknown Source)
at me.wavelength.baseclient.command.Command.getSyntax(Command.java:45)
at me.wavelength.baseclient.command.Command.getSyntax(Command.java:41)
at me.wavelength.baseclient.command.Command.getSyntax(Command.java:33)

Versions:

EDIT: This error is present with other commands as well