Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
[ci skip] Replaced weired i with i in javadocs (#1057)
In this little patch I replaced an i which caused my build process to crash with an i
Dieser Commit ist enthalten in:
Ursprung
81b45d710b
Commit
2aaf702a2e
@ -47,7 +47,7 @@ public final class ServerPreConnectEvent implements
|
|||||||
*
|
*
|
||||||
* @param player the player who is connecting to a server
|
* @param player the player who is connecting to a server
|
||||||
* @param originalServer the server the player was trying to connect to
|
* @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,
|
public ServerPreConnectEvent(Player player, RegisteredServer originalServer,
|
||||||
@Nullable RegisteredServer previousServer) {
|
@Nullable RegisteredServer previousServer) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren