clientNum : The client to drop. reason : The reason for the drop.
Remarks
It triggers a call to vmMain( GAME_CLIENT_DISCONNECT, ... ).
This provides a mechanism to unconditionally drop a client from a server via their clientNum ( ent->client->ps.clientNum).
The reason is displayed to the client when they are dropped.