From 6234ae7e76689da0f6aab0727439e2fc5697a954 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 3 Jun 2018 12:27:40 +0200 Subject: [PATCH] readability: bool vs int --- conf/e2/config.json | 2 +- conf/e3/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/e2/config.json b/conf/e2/config.json index ebc385adf..4da247263 100644 --- a/conf/e2/config.json +++ b/conf/e2/config.json @@ -39,7 +39,7 @@ "entertain.perlevel": 20, "taxing.perlevel": 20, "nmr.timeout": 5, - "nmr.removenewbie": 0, + "nmr.removenewbie": false, "GiveRestriction": 3, "hunger.long": true, "init_spells": 0, diff --git a/conf/e3/config.json b/conf/e3/config.json index c1fa2725c..b4b6d0e48 100644 --- a/conf/e3/config.json +++ b/conf/e3/config.json @@ -58,7 +58,7 @@ "entertain.base": 0, "entertain.perlevel": 20, "nmr.timeout": 5, - "nmr.removenewbie": 0, + "nmr.removenewbie": false, "GiveRestriction": 3, "healing.forest": 2.0, "hunger.long": false,