From 5af4d15d6b6d59290dbbec7bfcea1309ceb92556 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 31 Aug 2022 14:55:43 -0400 Subject: [PATCH] Fix mistake in manual --- docsrc/manual/scripting-capabilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/manual/scripting-capabilities.rst b/docsrc/manual/scripting-capabilities.rst index b82bb3cd..43d67a51 100644 --- a/docsrc/manual/scripting-capabilities.rst +++ b/docsrc/manual/scripting-capabilities.rst @@ -415,7 +415,7 @@ The following functions are related to editing the map's blocks or retrieving in :param number width: width in blocks -.. js:function:: map.setBorderHeight() +.. js:function:: map.setBorderHeight(height) Sets the height of the border of the currently-opened map. If the config setting ``use_custom_border_size`` is set to ``0`` then this does nothing.