diff options
author | truebrain <truebrain@openttd.org> | 2008-09-28 17:20:31 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2008-09-28 17:20:31 +0000 |
commit | a25d9bcc8b771e365097d96a459bca1b36c53408 (patch) | |
tree | 919e88446aa2a56680a3a35052d85823e7fb4bf7 /config.lib | |
parent | c20c3be91dba2a689cfc5bd7d9673de42d4831ef (diff) | |
download | openttd-a25d9bcc8b771e365097d96a459bca1b36c53408.tar.xz |
(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
-Fix: that same message was slightly unclear in what it would mean for network joins
Diffstat (limited to 'config.lib')
-rw-r--r-- | config.lib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.lib b/config.lib index 9d7006336..abbceb323 100644 --- a/config.lib +++ b/config.lib @@ -829,9 +829,9 @@ check_params() { revision="" 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 is only allowed by game servers that" - log 1 "WARNING: have been compiled without version detection." + log 1 "WARNING: please use a subversion, mercurial, or git checkout of OpenTTD." + log 1 "WARNING: you can only join game servers that have been compiled without" + log 1 "WARNING: version detection." log 1 "WARNING: there is a great chance you desync." log 1 "WARNING: USE WITH CAUTION!" |