#661: Fix Typo in ScoreboardManager documentation

By: olijeffers0n <69084614+olijeffers0n@users.noreply.github.com>
This commit is contained in:
Bukkit/Spigot 2021-10-04 21:08:43 +11:00
parent 1f934c6832
commit f4b28573d2

View file

@ -14,7 +14,7 @@ public interface ScoreboardManager {
* This Scoreboard is saved by the server, is affected by the /scoreboard
* command, and is the scoreboard shown by default to players.
*
* @return the default sever scoreboard
* @return the default server scoreboard
*/
@NotNull
Scoreboard getMainScoreboard();