diff --git a/thirdparty/Mumble/authenticator.ini b/thirdparty/Mumble/authenticator.ini index 9b1df99a..e31ec2a3 100644 --- a/thirdparty/Mumble/authenticator.ini +++ b/thirdparty/Mumble/authenticator.ini @@ -13,7 +13,6 @@ port = 3306 [user] ;If you do not already know what it is just leave it as it is id_offset = 1000000000 -avatar_enable = False ;Reject users if the authenticator experiences an internal error during authentication reject_on_error = True diff --git a/thirdparty/Mumble/requirements.txt b/thirdparty/Mumble/requirements.txt new file mode 100644 index 00000000..20d69207 --- /dev/null +++ b/thirdparty/Mumble/requirements.txt @@ -0,0 +1,2 @@ +zeroc-ice +mysql-python