From 238039a3184f1f0441698845ffd4be8b07820c84 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 22 Jul 2013 22:35:27 +1200 Subject: [PATCH] Changed max disguise radius default to 50 --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index d42238cf..cd6f8591 100644 --- a/config.yml +++ b/config.yml @@ -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 \ No newline at end of file +UndisguiseRadiusMax: 50 \ No newline at end of file