I have a problem in this event ...
I added it just right but at the time of the q command with admin
char admin lock, and only just back after the event ...
I think it has something aver it right here
public static void waitSecs(int i)
{
try
{
Thread.sleep(i * 1000);
}
catch (InterruptedException ie)
{
ie.printStackTrace();
}
}
the event starts char is ------ Thread.Sleep (i * 1000);