diff --git a/pyweb/settings.py b/pyweb/settings.py index 5997644..b7430cd 100755 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -43,6 +43,7 @@ if not MUMBLE_DJANGO_ROOT or not exists( MUMBLE_DJANGO_ROOT ): # The ICE interface version to use. SLICE_VERSION = (1, 1, 8) +#SLICE_VERSION = (1, 2, 0) # Murmur 1.2.0 is incompatible with 1.1.8, that's why this needs to be configured here. # If you have <=1.1.8 and 1.2.0 servers running simultaneously, consider using DBus for # the <=1.1.8 servers and ICE for 1.2.0. That way, you will be able to manage both server