-
I looked through all of the commands and could not find one to adjust or disable the ownership timer. In the .patch code I see many instances of "CheckOwershipTimer" and "CheckMasterTimer" but I am not smart enough to know how to adjust those to change or remove the timer. Is there something I could easily do to remove or extend the timer? |
Beta Was this translation helpful? Give feedback.
Answered by
trickerer
Jun 2, 2024
Replies: 1 comment 1 reply
-
Ownership timer can only be managed through config, there is no command interface for that. If you set it to 0 and then reload the config ( |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
acidicp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ownership timer can only be managed through config, there is no command interface for that. If you set it to 0 and then reload the config (
.npcbot reload
) bots already running the timer won't expire.