This commit is contained in:
Regalis
2016-08-16 17:11:19 +03:00
parent 7e14ca6186
commit cce3b32a82
3 changed files with 11 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.5.0.1")]
[assembly: AssemblyFileVersion("0.5.0.1")]

View File

@@ -141,6 +141,7 @@ namespace Barotrauma.Items.Components
{
Repair(rayStart - sub.SimPosition, rayEnd - sub.SimPosition, deltaTime, character, degreeOfSuccess, ignoredBodies);
}
Repair(rayStart, rayEnd, deltaTime, character, degreeOfSuccess, ignoredBodies);
}
else
{

View File

@@ -1,3 +1,11 @@
---------------------------------------------------------------------------------------------------------
v0.5.0.1
---------------------------------------------------------------------------------------------------------
- selecting the same sub as the respawn shuttle and the main submarine works now
- fixed the ''end round'' tickbox not appearing if joining and spawning mid-round
- ruin walls/doors can be cut again
---------------------------------------------------------------------------------------------------------
v0.5.0.0
---------------------------------------------------------------------------------------------------------