protip: save the files in VS before commiting

This commit is contained in:
Regalis
2016-08-05 14:07:49 +03:00
parent 9209e093d7
commit 4713f59efb

View File

@@ -1134,7 +1134,7 @@ namespace Barotrauma
else
{
msg.Write(Path.GetFileName(SelectedShuttle.Name));
msg.Write(selectedShuttle.MD5Hash.Hash);
msg.Write(SelectedShuttle.MD5Hash.Hash);
}
msg.Write(ServerName);