From 0511752fe94b4567e73d70e889cd2066d823185e Mon Sep 17 00:00:00 2001 From: Smith Date: Sat, 23 Mar 2024 20:42:14 +0100 Subject: [PATCH] meh --- public/game-server-config.schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/game-server-config.schema.json b/public/game-server-config.schema.json index 4eb5230..05f95b5 100644 --- a/public/game-server-config.schema.json +++ b/public/game-server-config.schema.json @@ -22,9 +22,7 @@ "type": "string", "minLength": 1, "options": { - "grid_columns": 3, - "has_placeholder_option": true, - "placeholder_option_text": " " + "grid_columns": 3 }, "$ref": "gamedig-games" },