Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Aug 11, 2024
1 parent 0aae0ef commit 3fd1d73
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public EntitySpawns() {
\s
Examples:\s
\s
"- A creature gets spawned naturally, by spawner or other reasons.\s
"- An entity gets spawned naturally, by spawner or other reasons.\s
"This does not include tile entities.""");
- A creature gets spawned naturally, by spawner or other reasons.\s
- An entity gets spawned naturally, by spawner or other reasons.\s
This does not include tile entities.""");
this.limit = config.getInt(configPath + ".spawn-event-limit", 6000,
"Maximum number of entity spawns within configured timeframe.");
}
Expand Down

0 comments on commit 3fd1d73

Please sign in to comment.