diff --git a/mappings/net/minecraft/server/world/SleepManager.mapping b/mappings/net/minecraft/server/world/SleepManager.mapping index 3752e9d19e..30380c7a3a 100644 --- a/mappings/net/minecraft/server/world/SleepManager.mapping +++ b/mappings/net/minecraft/server/world/SleepManager.mapping @@ -19,7 +19,7 @@ CLASS net/minecraft/class_5838 net/minecraft/server/world/SleepManager METHOD method_33813 canResetTime (ILjava/util/List;)Z COMMENT Returns if the night can actually be skipped at the tick this is called. COMMENT - COMMENT

This is usually tested after {@linkplain #canSkipNight(int} canSkipNight}, + COMMENT

This is usually tested after {@linkplain #canSkipNight(int) canSkipNight}, COMMENT which is less performance intensive to check. ARG 1 percentage COMMENT the percentage of players required, as obtained from the game rule