From 03b0499527507d19540351ea031657f89bff26d0 Mon Sep 17 00:00:00 2001 From: Leonheart <33399712+bleonheart@users.noreply.github.com> Date: Sun, 9 Jun 2024 04:56:37 +0100 Subject: [PATCH] Update config.ld --- config.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ld b/config.ld index 76adf51..0d8dedc 100644 --- a/config.ld +++ b/config.ld @@ -59,7 +59,7 @@ new_type("information", "Information", true) new_type("library", "Libraries", true) new_type("hooks", "Hooks", true) new_type("meta", "Meta", true) -new_type("configurations", "Configurations", true) +new_type("configuration", "Configurations", true) new_type("structures", "Structures", true) new_type("store", "Store", true) tparam_alias("inventory", "Inventory")