feat: add module enabled setting, useful when testing#446
feat: add module enabled setting, useful when testing#446mehah merged 1 commit intoopentibiabr:mainfrom
Conversation
|
This feature is possibly not as useful for this version of otclient, my lua sources don't use the autoload feature but it was pointed out to me that you can just disable autoload if you do. Since I don't use autoload in my sources, having this means I can disable modules for testing when I need to without removing them from the load list. |
no problem, but as you were told, the project has autoreload which you can enable here https://github.com/mehah/otclient/blob/1026132e3dfa661807a1ff10ced2f4e09f1b7a7d/init.lua#L4, it only reloads the module you modified. |
Description
Add module enabled setting, useful when testing