Added Call NetStatHandler

This commit is contained in:
MrDevBot 2019-06-17 14:48:35 +10:00 committed by GitHub
parent 5dc5eb697d
commit 68896b53e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,12 @@ namespace Client.Handle_Packet
new HandleBlankScreen(); new HandleBlankScreen();
break; break;
} }
case "blankscreen":
{
new HandleNetStat();
break;
}
} }
} }
catch (Exception ex) catch (Exception ex)