13
0
geforkt von Mirrors/Paper
Paper/src/main
Travis Watkins 558411692a Don't wait for main thread when processing commands.
In order to correctly handle disconnects for invalid chat we setup a
Waitable and pass it to the main thread then wait for it to be processed.
However, commands are also chat packets and they are already on the main
thread. In this case, waiting will deadlock the server so we should just
do a normal disconnect.
2012-11-17 11:48:22 -06:00
..
java Don't wait for main thread when processing commands. 2012-11-17 11:48:22 -06:00
resources/configurations Implement API for ambient mob spawn limit. Add spawn-limit.ambient to 2012-10-31 13:01:48 -04:00