diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-01-19 09:17:05 -0500 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-01-19 15:17:05 +0100 |
commit | 11b550e0245d8ce4e171d9cda5c6578143a59869 (patch) | |
tree | bffb29bf7199dd57d6bc85e6f7b0bb7a06264dc7 /builtin | |
parent | 6e37fdc21d3f78c006d748103b3f9e8feeb0d49f (diff) | |
download | minetest-11b550e0245d8ce4e171d9cda5c6578143a59869.tar.gz minetest-11b550e0245d8ce4e171d9cda5c6578143a59869.tar.bz2 minetest-11b550e0245d8ce4e171d9cda5c6578143a59869.zip |
Remove incorrect feature flag (#8086)
And document the versions that introduced the features.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/game/features.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 841a5d2ea..8e5104867 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -3,7 +3,6 @@ core.features = { glasslike_framed = true, nodebox_as_selectionbox = true, - chat_send_player_param3 = true, get_all_craft_recipes_works = true, use_texture_alpha = true, no_legacy_abms = true, |