Initial upload
Initial upload
This commit is contained in:
14
_module/nss/trin_modload.nss
Normal file
14
_module/nss/trin_modload.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
// *******************
|
||||
// **
|
||||
// ** PWCleanStore
|
||||
// **
|
||||
// ** Setting this will Help Clean out your stores from overflowing, by default
|
||||
// ** it is set to TRUE
|
||||
SetLocalInt(GetModule(),"ASG_RULE_PWCLEANSTORE",TRUE);
|
||||
// ** End PWCleanStore
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user