changeset 13504 | c41b16ac2e05 |
parent 13277 | 5984e8c6cbeb |
child 13506 | bdac56fb6f1a |
--- a/hedgewars/uLand.pas Tue Jul 17 19:28:31 2018 +0200 +++ b/hedgewars/uLand.pas Tue Jul 17 19:44:29 2018 +0200 @@ -974,7 +974,7 @@ if digest = '' then digest:= s else - checkFails(s = digest, 'Different map or critical resources loaded, sorry', true); + checkFails(s = digest, 'Loaded map or other critical resource does not match across all players', true); end; procedure chSendLandDigest(var s: shortstring);