Fix quote detection in /setrnd (#1915)

* Fix quote detection in /setrnd
Before the function crashed when entering quoted strings.
* Fix indentation
* Fix out of array error
This commit is contained in:
Daenges 2022-01-24 16:15:44 +01:00 committed by GitHub
parent bbe000b640
commit 095c9cf137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,4 @@
using System;
using System.Linq;
using System;
using System.Collections.Generic;
using System.Text;
@ -72,7 +71,5 @@ namespace MinecraftClient.Commands
}
else return GetCmdDescTranslated();
}
}
}