mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
SPIGOT-4108: Update javadoc for misleadingly named PLAY_ONE_MINUTE statistic.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ce29041b3a
commit
d153196c92
@ -16,6 +16,9 @@ public enum Statistic {
|
||||
DROP_COUNT,
|
||||
DROP(Type.ITEM),
|
||||
PICKUP(Type.ITEM),
|
||||
/**
|
||||
* Name is misleading, actually records ticks played.
|
||||
*/
|
||||
PLAY_ONE_MINUTE,
|
||||
WALK_ONE_CM,
|
||||
WALK_ON_WATER_ONE_CM,
|
||||
|
Loading…
Reference in New Issue
Block a user