Store all characters upon disconnection.
This commit is contained in:
parent
c61879d264
commit
b82b4e3f6f
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.stopAutoPlayTask();
|
||||
_player.stopAutoUseTask();
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.stopAutoPlayTask();
|
||||
_player.stopAutoUseTask();
|
||||
|
@ -114,7 +114,7 @@ public class Disconnection
|
||||
{
|
||||
try
|
||||
{
|
||||
if ((_player != null) && _player.isOnline())
|
||||
if (_player != null)
|
||||
{
|
||||
_player.storeMe();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user