Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 8, 2024
1 parent 98e3b24 commit e38750b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* events triggered by bots.
* Events triggered by bots.
*/
package com.soulfiremc.server.api.event.bot;
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* This package contains the gRPC server implementation for
* SoulFire. This is used to communicate with the client.
* gRPC server implementation for SoulFire. This is used to communicate with the client.
* Definitions generated by the proto module.
*/
package com.soulfiremc.server.grpc;
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* This package contains the pathfinding implementation for SoulFire.
* Pathfinding implementation for SoulFire.
*/
package com.soulfiremc.server.pathfinding;
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* This package contains the providers for the ViaVersion implementation.
* Providers for the ViaVersion implementation.
* These hook into ViaVersion to provide the necessary data and functions for the bot connections.
*/
package com.soulfiremc.server.viaversion.providers;

0 comments on commit e38750b

Please sign in to comment.