/*69_client_exit
 OnClientExit Module Event
 Runs multiple checks for exiting player

 Created by: 69MEH69
 Created on: Apr2005
*/

#include "69_hench_lib"

void main()
{
   object oPC = GetExitingObject();
   if(GetIsPC(oPC))
   {
     QuitHenchman69(oPC);
   }
}