From c209aaf536e1054772ff0bec40f5e9e1d7abae2f Mon Sep 17 00:00:00 2001 From: nomisum Date: Sun, 31 Jul 2016 23:56:43 +0200 Subject: [PATCH] debug off --- description.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/description.ext b/description.ext index 5691ad6..3f06eb1 100644 --- a/description.ext +++ b/description.ext @@ -77,7 +77,7 @@ class Params title = "Debug Mode"; values[] = {0,1}; texts[] = {"Off", "On"}; - default = 1; + default = 0; }; };