From 19120f5d6aeb04fdd203ed1941657a263cab6b2c Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 31 Jul 2013 17:18:02 +1200 Subject: [PATCH] Changed config file so viewing yourself as a disguise isn't default --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 41b4132d..43539f97 100644 --- a/config.yml +++ b/config.yml @@ -7,4 +7,4 @@ DisguiseRadiusMax: 50 # Whats the max size allowed for command undisguiseradius UndisguiseRadiusMax: 50 # Shall the players view their disguises? -ViewDisguises: true \ No newline at end of file +ViewDisguises: false \ No newline at end of file