Changed max disguise radius default to 50

This commit is contained in:
Andrew 2013-07-22 22:35:27 +12:00
parent 709f07e610
commit 238039a318

View file

@ -3,6 +3,6 @@ NotifyUpdate: true
# Whats the permission to get the notification?
Permission: 'libsdisguises.update'
# Whats the max size allowed for command disguiseradius
DisguiseRadiusMax: 30
DisguiseRadiusMax: 50
# Whats the max size allowed for command undisguiseradius
UndisguiseRadiusMax: 30
UndisguiseRadiusMax: 50