Try to fix OfflineTradesTable issue on HighFive.

This commit is contained in:
MobiusDev 2018-04-01 17:26:43 +00:00
parent c5b6a0d7c9
commit f4cc2527e3

View File

@ -263,6 +263,10 @@ public class OfflineTradersTable
if (player != null)
{
player.deleteMe();
if (player.getClient() != null)
{
player.getClient().closeNow();
}
}
}
}