PHP Code:
while (true)
{
if (Kernel.Clients > 0)
{
foreach (Player role in Kernel.Clients.Values)
{
.....
}
}
}
alway throw An InvalidOperationException: collection was modified; may not be able to perform enumeration operation
how can i fix it ?






