Update Documentation to match compatibility variable

This commit is contained in:
Fabian Dill
2021-05-10 22:04:19 +02:00
parent 6fef30d9b3
commit 237b44ca66

View File

@@ -37,7 +37,7 @@ server_options:
auto_shutdown: 0 auto_shutdown: 0
# Compatibility handling # Compatibility handling
# 2 -> Recommended for casual/cooperative play, attempt to be compatible with everything across all versions # 2 -> Recommended for casual/cooperative play, attempt to be compatible with everything across all versions
# 1 -> Recommended for friendly racing, only allow Berserker's Multiworld, to disallow old /getitem for example # 1 -> No longer in use, kept reserved in case of future use
# 0 -> Recommended for tournaments to force a level playing field, only allow an exact version match # 0 -> Recommended for tournaments to force a level playing field, only allow an exact version match
compatibility: 2 compatibility: 2
# log all server traffic, mostly for dev use # log all server traffic, mostly for dev use