Control settings, more server settings, selecting character face

This commit is contained in:
Regalis
2015-10-28 19:07:17 +02:00
parent 9ed2963cd9
commit 948285f6ab
46 changed files with 789 additions and 325 deletions
@@ -109,7 +109,7 @@ namespace Barotrauma.Items.Components
{
item.body.FarseerBody.RestoreCollisionWith(stickTarget);
}
catch
catch (Exception e)
{
#if DEBUG
DebugConsole.ThrowError("Failed to restore collision with stickTarget", e);