summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2017-06-09 20:39:25 +0100
committerSmallJoker <SmallJoker@users.noreply.github.com>2017-06-09 21:39:25 +0200
commit740b4bec07b0a43943c9d4a20a2dc1abf4c90db9 (patch)
treed6ca194ce2dac6e59d62df59d86efded876f3eca /builtin/settingtypes.txt
parent44495ea719b98aca341b9082521d0d4ee51405c8 (diff)
downloadminetest-740b4bec07b0a43943c9d4a20a2dc1abf4c90db9.tar.gz
minetest-740b4bec07b0a43943c9d4a20a2dc1abf4c90db9.tar.bz2
minetest-740b4bec07b0a43943c9d4a20a2dc1abf4c90db9.zip
Fix sending color codes to clients that don't support them. (#5950)
Also remove `disable_escape_sequences` since it's not needed anymore.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 6a6b958cc..08cc1fff2 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -721,11 +721,6 @@ server_announce (Announce server) bool false
# If you want to announce your ipv6 address, use serverlist_url = v6.servers.minetest.net.
serverlist_url (Serverlist URL) string servers.minetest.net
-# Disable escape sequences, e.g. chat coloring.
-# Use this if you want to run a server with pre-0.4.14 clients and you want to disable
-# the escape sequences generated by mods.
-disable_escape_sequences (Disable escape sequences) bool false
-
[*Network]
# Network port to listen (UDP).