- Changes in UpdateNetPlayerPosition
- Holdable items don't try to change the pose if hand anim is disabled (e.g. when dragging someone or using a railgun controller) - Indicator which shows the position of the sub when spectating - Bugfix in controller selection logic - Saving attributes on separate lines in serversettings.xml - Safer validation of received sub files
This commit is contained in:
@@ -440,8 +440,6 @@ namespace Barotrauma
|
||||
|
||||
UpdateJobPreferences(jobList);
|
||||
|
||||
//UpdatePreviewPlayer(Game1.Client.CharacterInfo);
|
||||
|
||||
UpdatePreviewPlayer(characterInfo);
|
||||
}
|
||||
}
|
||||
@@ -510,7 +508,6 @@ namespace Barotrauma
|
||||
{
|
||||
valueChanged = true;
|
||||
|
||||
|
||||
var hash = (obj as Submarine).MD5Hash;
|
||||
|
||||
//hash will be null if opening the sub file failed -> don't select the sub
|
||||
|
||||
Reference in New Issue
Block a user