Amon_PRC8/_module/nss/hif_onclientleav.nss

14 lines
405 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
// prc_onleave,client_leave_cs
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onclientleave event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onleave", OBJECT_SELF);
ExecuteScript("client_leave_cs", OBJECT_SELF);
}