Skip to content

Commit 459af45

Browse files
committed
make comment more understandable
1 parent 2234cba commit 459af45

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/lagpreventions/DisableCustomEntities.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ public class DisableCustomEntities extends AEFModule implements Listener {
2323
public DisableCustomEntities() {
2424
super("lag-preventions.disable-entity-spawns", false,"""
2525
Prevent certain entity types from spawning to combat lag.
26-
Fish types are enabled by default on newer versions since they
27-
can cause a ton of lag.""");
26+
Fish types are added by default on newer versions since they
27+
can cause a ton of lag.
28+
Note: This will not remove entities that have already spawned.""");
2829

2930
List<String> defaults = Stream.of(
3031
XEntityType.COD,

AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/lagpreventions/DisableCustomEntities.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ public class DisableCustomEntities extends AEFModule implements Listener {
2323
public DisableCustomEntities() {
2424
super("lag-preventions.disable-entity-spawns", false,
2525
"Prevent certain entity types from spawning to combat lag.\n" +
26-
"Fish types are enabled by default on newer versions since they\n" +
27-
"can cause a ton of lag.");
26+
"Fish types are added by default on newer versions since they\n" +
27+
"can cause a ton of lag.\n" +
28+
"Note: This will not remove entities that have already spawned.");
2829

2930
List<String> defaults = Stream.of(
3031
XEntityType.COD,

0 commit comments

Comments
 (0)