Sync with L2jServer HighFive Mar 25th 2015.
This commit is contained in:
@@ -525,7 +525,6 @@ public abstract class L2Object extends ListenersContainer implements IIdentifiab
|
||||
{
|
||||
if (_scripts == null)
|
||||
{
|
||||
// Double-checked locking
|
||||
synchronized (this)
|
||||
{
|
||||
if (_scripts == null)
|
||||
|
Reference in New Issue
Block a user