Author Topic: Dedicted add-ons  (Read 276 times)

This only started happening today, but when I try to host a dedicated server it enables all my add-ons, how can i fix this?

This is default behavior for a dedicated server. If you're happy to edit manually you can go into config/client/ADD_ON_LIST.cs (might be config/server) and change anything you want to disable to -1 instead of 0 or 1.

This is default behavior for a dedicated server. If you're happy to edit manually you can go into config/client/ADD_ON_LIST.cs (might be config/server) and change anything you want to disable to -1 instead of 0 or 1.
Thank you...