Closed hopskipnfall closed 5 months ago
At HEAD I've confirmed there is noticable lag at the following places:
There is likely lag when various commands are run as well.
After removing all 90 calls to Thread.sleep(), this appears to be fixed. It's possible this causes bugs like:
Thread.sleep()
This also adds the ability to specify messages to be displayed when a user joins or creates a game.
At HEAD I've confirmed there is noticable lag at the following places:
There is likely lag when various commands are run as well.
After removing all 90 calls to
Thread.sleep()
, this appears to be fixed. It's possible this causes bugs like: