Removed several synchronized locks.

This commit is contained in:
MobiusDevelopment
2019-06-30 23:11:52 +00:00
parent ff0b12f059
commit a0fe112150
45 changed files with 646 additions and 1664 deletions

View File

@@ -5008,13 +5008,13 @@ public final class PlayerInstance extends Playable
stopFeed();
}
synchronized (this)
// synchronized (this)
// {
if (_isFakeDeath)
{
if (_isFakeDeath)
{
stopFakeDeath(true);
}
stopFakeDeath(true);
}
// }
if (killer != null)
{