Pokechu22
a2af8f0a73
SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining
...
This happened because "joining" wasn't cleared until the player was ticked. Runnables (presumably) ran _after_ the player list packet was sent, but before the player was ticked; thus, the player list packet was sent, but not cleared. The fix is to replace joining with hasSentListPacket, which is set immediately before sending any player list packets (thus, if hidePlayer is called after, it sees that the list packet has been sent and sends a new one to reset it). With this fix, the player is added to the list and then removed shortly afterwards.
The reason why running /hideall in the example wouldn't fix the invisibility is because the server already thinks the player's been removed from the list (as they're hidden), and thus doesn't want to send another hide packet. This is correct behavior assuming that they get hidden correctly the first time, which they now do.
2017-04-28 15:27:57 +10:00
..
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-21 07:00:00 +11:00
2016-12-21 07:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-03-01 09:32:45 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-11 17:22:12 +11:00
2016-12-09 12:56:49 +11:00
2016-12-09 12:53:15 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-12-21 07:00:00 +11:00
2016-07-15 20:10:43 +10:00
2016-11-17 12:41:03 +11:00
2016-03-01 09:32:45 +11:00
2016-03-01 09:32:45 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-03-04 15:24:51 +11:00
2016-03-04 15:24:51 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-12-28 14:23:52 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-08 14:24:11 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-05-10 21:47:39 +10:00
2016-07-08 11:20:15 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-07-08 11:12:40 +10:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-04-27 21:25:33 +10:00
2017-04-27 21:25:33 +10:00
2016-06-25 20:44:12 +10:00
2016-11-18 08:54:22 +11:00
2017-01-18 17:42:35 -08:00
2016-11-17 12:41:03 +11:00
2016-06-09 11:43:49 +10:00
2016-05-10 21:47:39 +10:00
2016-06-09 11:43:49 +10:00
2017-03-24 15:14:31 +11:00
2016-11-20 10:19:22 +11:00
2017-03-25 09:51:02 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-27 11:53:09 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-01-05 15:03:22 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-15 22:12:06 +10:00
2016-12-23 22:40:38 +11:00
2016-12-03 10:58:18 +11:00
2016-05-10 21:47:39 +10:00
2016-06-25 11:54:17 +10:00
2016-12-21 22:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-24 21:03:44 +11:00
2016-05-10 21:47:39 +10:00
2016-12-21 07:00:00 +11:00
2016-12-09 12:45:21 +11:00
2016-03-01 09:32:45 +11:00
2017-03-20 15:41:15 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-06 17:10:33 +11:00
2016-12-10 12:48:56 +11:00
2017-03-15 20:48:47 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-07-01 12:30:28 +10:00
2016-11-19 18:53:57 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-28 12:47:01 +11:00
2016-12-23 22:32:40 +11:00
2016-12-21 07:00:00 +11:00
2016-06-09 11:43:49 +10:00
2016-11-23 10:34:08 +11:00
2016-11-21 21:58:29 +11:00
2016-12-23 22:40:38 +11:00
2017-04-09 11:45:37 +10:00
2016-11-17 12:41:03 +11:00
2016-11-25 10:31:53 +11:00
2016-11-17 12:41:03 +11:00
2017-03-15 15:26:36 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-08 14:51:48 +11:00
2016-11-23 10:27:49 +11:00
2016-11-17 12:41:03 +11:00
2017-03-15 20:48:47 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2017-01-24 13:39:22 +11:00
2017-04-28 15:27:57 +10:00
2016-12-21 07:00:00 +11:00
2016-12-23 16:41:54 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-02-20 09:55:24 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-02-15 10:11:41 +11:00
2015-05-25 20:37:24 +10:00
2016-11-17 12:41:03 +11:00
2017-03-15 15:26:36 +11:00
2016-12-09 12:45:21 +11:00
2016-06-09 11:43:49 +10:00
2016-11-17 12:41:03 +11:00
2017-04-26 20:28:27 -04:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-01-04 10:50:02 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-21 07:00:00 +11:00
2016-06-09 11:43:49 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2015-05-25 20:37:24 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-21 22:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-11 16:41:40 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-21 15:29:36 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-22 15:15:34 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-04-19 18:04:32 +10:00
2016-11-17 12:41:03 +11:00
2016-12-03 09:55:36 +11:00
2016-11-17 12:41:03 +11:00
2016-12-21 07:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-03-01 09:32:45 +11:00
2017-03-22 15:15:34 +11:00
2016-12-21 07:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-12-02 09:29:33 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-01-02 16:13:25 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2017-04-21 08:20:49 +10:00
2016-11-17 12:41:03 +11:00
2017-01-18 17:42:35 -08:00
2017-04-13 17:57:47 -07:00
2016-11-17 12:41:03 +11:00
2016-12-21 07:00:00 +11:00
2016-06-09 11:43:49 +10:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-03-01 09:32:45 +11:00
2016-05-10 21:47:39 +10:00
2016-03-01 09:32:45 +11:00
2016-11-29 15:42:46 +11:00
2016-06-09 11:43:49 +10:00
2015-05-25 20:37:24 +10:00
2017-01-05 20:44:26 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-06-19 20:14:09 +10:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2015-05-25 20:37:24 +10:00
2015-05-25 20:37:24 +10:00
2016-11-17 12:41:03 +11:00
2016-03-01 09:32:45 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-12-06 22:05:58 +11:00
2017-04-20 22:10:31 +10:00
2017-04-19 18:04:32 +10:00
2016-11-17 12:41:03 +11:00
2017-04-28 15:27:57 +10:00
2016-06-09 21:25:21 +10:00
2015-06-06 19:46:42 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-04-03 09:06:42 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-04-27 21:25:33 +10:00
2017-04-27 21:25:33 +10:00
2016-03-01 09:32:45 +11:00
2016-06-09 11:43:49 +10:00
2016-06-09 11:43:49 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-04-06 21:31:27 +10:00
2015-05-25 20:37:24 +10:00
2016-12-21 07:00:00 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-02-21 20:47:40 +11:00
2016-11-17 12:41:03 +11:00
2016-05-10 21:47:39 +10:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-19 21:14:46 +11:00
2017-01-26 14:08:04 +11:00
2016-05-10 21:47:39 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-06-09 11:43:49 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2017-03-20 15:41:15 +11:00
2016-12-19 23:05:39 +11:00
2016-06-09 11:43:49 +10:00
2016-06-09 11:43:49 +10:00
2015-05-25 20:37:24 +10:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-11-17 12:41:03 +11:00
2016-12-21 07:00:00 +11:00
2017-01-18 17:42:35 -08:00