From 44a870b098c836679caf71593e00cfba508751b9 Mon Sep 17 00:00:00 2001 From: Hybrid Dog Date: Thu, 24 Aug 2017 18:12:02 +0200 Subject: [PATCH] README: fix developer note --- README.md | 2 +- util/standartbefehlssatz_doc.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d15bfb..e79d9c5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ toboolean | `` | If *var* is `false` or not defined, it's set to `false`, print | `[, [, […]]]` | adds variables to the log, seperated by \t (tab), \n (newline) is added at the end flush | no arguments | Output the log, what exactly happens should vary for every mod. -Note to Developers: Do not edit the instructions manually here in the Readme, do changes in util/standartbefehlssatz_doc.lua and execute it. + diff --git a/util/standartbefehlssatz_doc.lua b/util/standartbefehlssatz_doc.lua index 7d3b20c..23e973d 100644 --- a/util/standartbefehlssatz_doc.lua +++ b/util/standartbefehlssatz_doc.lua @@ -82,9 +82,9 @@ for i = 1,#instr do end o = o .. - "\nNote to Developers: Do not edit the instructions manually " .. + "\n\n" io.write(o) io.flush()