1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Disable package module for servers

This commit is contained in:
RGBCube 2024-02-07 08:48:57 +03:00
parent eeac55d67d
commit e55715adcb
No known key found for this signature in database

View file

@ -9,6 +9,8 @@
settings = {
command_timeout = 100;
scan_timeout = 20;
package.disabled = ulib.isServer;
};
};