Skip to content

Commit

Permalink
[ci skip] Replaced weired i with i in javadocs (PaperMC#1057)
Browse files Browse the repository at this point in the history
In this little patch I replaced an i which caused my build process to crash with an i
  • Loading branch information
Plugrol authored and 4drian3d committed Sep 2, 2023
1 parent 50d65ea commit d0bb06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ServerPreConnectEvent(Player player, RegisteredServer originalServer) {
*
* @param player the player who is connecting to a server
* @param originalServer the server the player was trying to connect to
* @param previousServer the server the player ís connected to
* @param previousServer the server the player is connected to
*/
public ServerPreConnectEvent(Player player, RegisteredServer originalServer,
@Nullable RegisteredServer previousServer) {
Expand Down

0 comments on commit d0bb06e

Please sign in to comment.