PGCC_PRC8/_module/nss/vat_mod_ilr1.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

12 lines
187 B
Plaintext

#include "fcb_inc_vars"
#include "fcb_inc_general"
void main()
{
SetLocalInt(GetModule(), "iAllowExceedILR", 1);
switch_ILR_enable(FALSE);
}
//modified by hohos (Dec 02, 2006)