PaperMC/paper-server/patches/sources
Zach Brown f1f016dd5e Replace OfflinePlayer#getLastPlayed
Currently OfflinePlayer#getLastPlayed could more accurately be described
as "OfflinePlayer#getLastTimeTheirDataWasSaved".

The API doc says it should return the last time the server "witnessed"
the player, whilst also saying it should return the last time they
logged in. The current implementation does neither.

Given this interesting contradiction in the API documentation and the
current defacto implementation, I've elected to deprecate (with no
intent to remove) and replace it with two new methods, clearly named and
documented as to their purpose.
2019-01-02 00:35:43 -06:00
..
com/mojang Don't sleep after profile lookups if not needed 2018-10-23 20:25:05 -04:00
net/minecraft Replace OfflinePlayer#getLastPlayed 2019-01-02 00:35:43 -06:00