1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +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 = { settings = {
command_timeout = 100; command_timeout = 100;
scan_timeout = 20; scan_timeout = 20;
package.disabled = ulib.isServer;
}; };
}; };