From c7dfa793ac6bf66d8d72b660999fc0e4e027d0c0 Mon Sep 17 00:00:00 2001 From: NovaRain Date: Wed, 24 Apr 2024 15:16:16 +0800 Subject: [PATCH] Fixed page build error --- artifacts/scripting/functions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifacts/scripting/functions.yml b/artifacts/scripting/functions.yml index 9c395656..8da72532 100644 --- a/artifacts/scripting/functions.yml +++ b/artifacts/scripting/functions.yml @@ -1080,7 +1080,8 @@ - name: signal_close_game detail: void signal_close_game - doc: Works in a similar way to vanilla function: `metarule(METARULE_SIGNAL_END_GAME, 0)`, but it will then close the game instead of only returning the player to the main menu + doc: | + Works in a similar way to vanilla function: `metarule(METARULE_SIGNAL_END_GAME, 0)`, but it will then close the game instead of only returning the player to the main menu macro: sfall.h - name: Utility