GammaAge/_module/nss/sm_on_client_lv.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

10 lines
125 B
Plaintext

#include "habd_include"
void main()
{
// Following is HABD support
HABDSetDBOnClientLeave(GetName(GetExitingObject()));
}