Files
OldSliceMC/Spigot-API-Patches
Minecrell 5b6c59009b 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 17:45:18 -04:00
..
2017-12-27 22:45:33 -06:00
2017-12-27 22:45:33 -06:00
2017-11-08 16:13:57 +00:00
2017-08-06 00:08:21 +01:00
2017-07-28 15:51:46 +01:00
2018-02-12 23:26:02 -05:00