AresClient / ares

Ares is a free, open source minecraft utility mod aimed at anarchy servers.
https://aresclient.org
GNU Lesser General Public License v3.0
192 stars 28 forks source link

12.2 crashes when opening a command line and pressing space. #41

Closed M100K300 closed 2 years ago

M100K300 commented 2 years ago

12.2 crashes when opening a command line and pressing space.

I have already fixed the issue by simply checking if the input consists only of spaces and trimming them down if it is. This way all spaces before the command won't be parsed.

Tigermouthbear commented 2 years ago

should be fixed from your PR #42, which I merged