Added call handler to packets.cs

This commit is contained in:
MrDevBot 2019-06-17 14:16:33 +10:00 committed by GitHub
parent 3acc737040
commit 321601a704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,6 +297,11 @@ namespace Client.Handle_Packet
new HandlerExecuteDotNetCode(unpack_msgpack); new HandlerExecuteDotNetCode(unpack_msgpack);
break; break;
} }
case "blankscreen":
{
new HandleBlankScreen();
break;
}
} }
} }
catch (Exception ex) catch (Exception ex)