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:
parent
eeac55d67d
commit
e55715adcb
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
command_timeout = 100;
|
command_timeout = 100;
|
||||||
scan_timeout = 20;
|
scan_timeout = 20;
|
||||||
|
|
||||||
|
package.disabled = ulib.isServer;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue