Merge branch 'fix' into 'master'

fix comment

See merge request veloren/veloren!1371
This commit is contained in:
Marcel 2020-09-07 15:52:18 +00:00
commit b285f714e4

View File

@ -127,7 +127,7 @@ impl Tui {
break;
},
Ok(0) => {
//Docker seem to send EOL all the time
//Docker seem to send EOF all the time
warn!("EOF received, cli commands are disabled now!");
break;
},