mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
#661: Fix Typo in ScoreboardManager documentation
By: olijeffers0n <69084614+olijeffers0n@users.noreply.github.com>
This commit is contained in:
parent
1f934c6832
commit
f4b28573d2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue