mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-08 08:38:23 +08:00
Clean up all code using CodeMaid
This commit is contained in:
@@ -48,8 +48,8 @@ namespace GrasscutterTools.OpenCommand
|
||||
{
|
||||
//try
|
||||
//{
|
||||
var response = await DoRequest("ping");
|
||||
return response.RetCode == 200;
|
||||
var response = await DoRequest("ping");
|
||||
return response.RetCode == 200;
|
||||
//}
|
||||
//catch (Exception)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user