summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2022-05-21 16:23:30 +0100
committerGitHub <noreply@github.com>2022-05-21 16:23:30 +0100
commit4e9e230e34912d08ec0f0fc01d14ef80654c7cac (patch)
treeae06c4fc9971808dd0a87d07aba702d8561b05ef /games
parentdc45b85a543b4c8ad72f69a554ecfe7f0a60c533 (diff)
downloadminetest-4e9e230e34912d08ec0f0fc01d14ef80654c7cac.tar.gz
minetest-4e9e230e34912d08ec0f0fc01d14ef80654c7cac.tar.bz2
minetest-4e9e230e34912d08ec0f0fc01d14ef80654c7cac.zip
Deprecate game.conf name, use title instead (#12030)
Diffstat (limited to 'games')
-rw-r--r--games/devtest/game.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/devtest/game.conf b/games/devtest/game.conf
index d6e382ad7..0f5656c99 100644
--- a/games/devtest/game.conf
+++ b/games/devtest/game.conf
@@ -1,2 +1,2 @@
-name = Development Test
+title = Development Test
description = Testing environment to help with testing the engine features of Minetest. It can also be helpful in mod development.