From ffe98a1fa45c0d6fd96d79817295e46c1bb3076b Mon Sep 17 00:00:00 2001 From: Striker209 Date: Sun, 24 May 2015 18:19:23 +0200 Subject: [PATCH] Fixed typo "simle" => "simple" :D --- resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/config.yml b/resources/config.yml index e534691..39b12ef 100644 --- a/resources/config.yml +++ b/resources/config.yml @@ -26,12 +26,12 @@ blockAfterFail: 6 #If enabled, accounts that are using the same unique id (ip + clientId + name) when logging in again will be automatically authenticated authenticateByLastUniqueId: false -#If enabled, will set all the permissions for simleauth.command.register to false +#If enabled, will set all the permissions for simpleauth.command.register to false disableRegister: false -#If enabled, will set all the permissions for simleauth.command.login to false +#If enabled, will set all the permissions for simpleauth.command.login to false disableLogin: false #Number of seconds to wait for a player to be authenticated. If false, disables the timeout #TODO -authenticateTimeout: 120 \ No newline at end of file +authenticateTimeout: 120