Fix Javadoc in CooldownUtils (#2213)

This commit is contained in:
Konicai 2021-05-14 23:12:37 -04:00 committed by GitHub
parent 3e3b8faf16
commit dfc24f1ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ public class CooldownUtils {
}
/**
* Starts sending the fake cooldown to the Bedrock client. If the cooldown is not disabled, the sent type is {@link PreferencesCache#getCooldownPreference()}
* Starts sending the fake cooldown to the Bedrock client. If the cooldown is not disabled, the sent type is the cooldownPreference in {@link PreferencesCache}
* @param session GeyserSession
*/
public static void sendCooldown(GeyserSession session) {