aonniemnoi Posted September 7, 2021 Posted September 7, 2021 if (L2World.getInstance().getPlayers().stream().filter(s -> s.IP().equalsIgnoreCase(activeChar.getIP()).count() > 2) { activeChar.close(false); return; } How to fix this problem please I using l2jserver 6670
0 Zake Posted September 8, 2021 Posted September 8, 2021 There is an error marker on the left, just click and read the hover out of this. Also do not create 100 topics related to the same request.
Question
aonniemnoi
if (L2World.getInstance().getPlayers().stream().filter(s -> s.IP().equalsIgnoreCase(activeChar.getIP()).count() > 2)
{
activeChar.close(false);
return;
}
How to fix this problem please
I using l2jserver 6670
1 answer to this question
Recommended Posts