From 78ded50b2156f8908cea0e7793c0d16563e7fa61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:19:15 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 050a525..6dff80c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,7 +39,7 @@ ram.runtime = "50M" [install.game] ask.en = "Choose a game for your server" ask.fr = "Choissisez un jeu pour votre serveur" - type = "selecte" + type = "select" choices = ["minetest_game", "capturetheflag"] default = "minetest_game"