mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
fix /mare toggle
This commit is contained in:
parent
fe29bc7e9f
commit
d2fe107459
2 changed files with 2 additions and 2 deletions
|
|
@ -201,7 +201,7 @@ namespace MareSynchronos
|
|||
|
||||
private void OnCommand(string command, string args)
|
||||
{
|
||||
var splitArgs = args?.ToLowerInvariant().Trim().Split();
|
||||
var splitArgs = args.ToLowerInvariant().Trim().Split(" ", StringSplitOptions.RemoveEmptyEntries);
|
||||
|
||||
if (splitArgs == null || splitArgs.Length == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue