Files
Paper/Spigot-API-Patches
Minecrell f556e7652a Improve backward compatibility of deprecated player sample API (#1065)
Some plugins (e.g. older builds of EssentialsX) assume that
ServerListPingEvent.getSampleText() returns a mutable copy of
the player sample list. This was the case until it was refactored
on top of the new API introduced in #980.

As a result, they may run into an error when trying to modify the
returned list directly. Modify getSampleText() to return a mutable
copy (a plain ArrayList) to mimic the old behavior.
2018-03-26 23:45:18 +02:00
..
2016-02-29 17:09:49 -06:00
2016-02-29 17:09:49 -06:00
2017-12-05 01:34:10 +00:00
2017-11-08 16:13:57 +00:00
2017-11-08 16:13:57 +00:00
2016-03-28 21:24:45 -04:00
2017-01-06 15:45:59 -06:00
2017-08-05 23:36:47 +01:00
2018-01-18 01:00:51 -05:00
2017-12-27 22:45:33 -06:00
2017-12-27 22:45:33 -06:00