fix /mare toggle
This commit is contained in:
		| @@ -3,7 +3,7 @@ | |||||||
|   <PropertyGroup> |   <PropertyGroup> | ||||||
|     <Authors></Authors> |     <Authors></Authors> | ||||||
|     <Company></Company> |     <Company></Company> | ||||||
|     <Version>0.4.23</Version> |     <Version>0.4.24</Version> | ||||||
|     <Description></Description> |     <Description></Description> | ||||||
|     <Copyright></Copyright> |     <Copyright></Copyright> | ||||||
|     <PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl> |     <PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl> | ||||||
|   | |||||||
| @@ -201,7 +201,7 @@ namespace MareSynchronos | |||||||
|  |  | ||||||
|         private void OnCommand(string command, string args) |         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) |             if (splitArgs == null || splitArgs.Length == 0) | ||||||
|             { |             { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant