From 19f8972c1d3585eb59ecabc33f3848bab9ff8a3b Mon Sep 17 00:00:00 2001 From: cmod31 Date: Sat, 25 Feb 2023 11:32:47 +0100 Subject: [PATCH] added spacing between key and description --- src/scene-scripts/console/commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scene-scripts/console/commands.json b/src/scene-scripts/console/commands.json index ec7677d..feedc3e 100644 --- a/src/scene-scripts/console/commands.json +++ b/src/scene-scripts/console/commands.json @@ -5,7 +5,7 @@ "noclip": " - Toggles the player collision and lets you walk through walls and world barriers", "stickycamera": " - Toggles the camera mode. Stickycamera follows the player without limits and extra animation", "playername": " - Renames the player", - "closedialogue": "Closes the current dialogue box", + "closedialogue": " - Closes the current dialogue box", "reload": " - Reloads the current level (for softlocks or other issues)", "visiblecollision": " - Toggles if collision shapes hitboxes and hitmarkers are visible. Use 'reload' to see changes!" -} \ No newline at end of file +}