Networking bugfixes, underwater scooter, fixed limbs going through walls when flipping the ragdoll
This commit is contained in:
@@ -192,7 +192,6 @@ namespace Barotrauma.Networking
|
||||
}
|
||||
|
||||
Entity e = Entity.FindEntityByID(id);
|
||||
System.Diagnostics.Debug.WriteLine(e.ToString());
|
||||
if (e == null)
|
||||
{
|
||||
#if DEBUG
|
||||
@@ -201,6 +200,9 @@ namespace Barotrauma.Networking
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
System.Diagnostics.Debug.WriteLine(e.ToString());
|
||||
|
||||
object data;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user