summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-10 07:46:58 +0000
committerrubidium <rubidium@openttd.org>2007-07-10 07:46:58 +0000
commite1bdad1e57f076f868af592ab0d68a12b37e94ef (patch)
treeea73554e9404d5f8f31138ceb661b6da5ebb8e24 /config.lib
parent0f2d37a1132c813d5dccf358daa13bfae61cebbb (diff)
downloadopenttd-e1bdad1e57f076f868af592ab0d68a12b37e94ef.tar.xz
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.lib b/config.lib
index be7f474a0..32b309f0e 100644
--- a/config.lib
+++ b/config.lib
@@ -697,9 +697,9 @@ check_params() {
log 1 "checking revision... no detection"
log 1 "WARNING: there is no means to determine the version."
log 1 "WARNING: please use a subversion or git checkout of OpenTTD."
- log 1 "WARNING: this version will be allowed by all game servers,"
- log 1 "WARNING: but you will be kicked from all incompatible"
- log 1 "WARNING: servers as you will desync."
+ log 1 "WARNING: this version is only allowed by game servers that"
+ log 1 "WARNING: have been compiled without version detection."
+ log 1 "WARNING: there is a great chance you desync."
log 1 "WARNING: USE WITH CAUTION!"
sleep 5