Forgot to set this timeout back up after testing... Derp

This commit is contained in:
Dico200
2016-05-31 01:00:15 +02:00
parent ae706e8e12
commit fe2d6eb701

View File

@@ -19,7 +19,7 @@ base_permission = "utils.imbusy" # for /busy status
use_permission = "utils.imbusy.use" # for being busy
override_permission = "utils.imbusy.override" # for being able to bother busy people
busy_status_change_timeout = 2 # seconds
busy_status_change_timeout = 15 # seconds
busy_players = {} # name : (status, timeout_expire)
# possible statuses: True if SUPER busy, False if normal busy, None if not busy