diff --git a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/actions/Action.java b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/actions/Action.java index 76707830..7d3b67eb 100644 --- a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/actions/Action.java +++ b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/actions/Action.java @@ -78,7 +78,8 @@ public abstract class Action { } /** - * Get an optimized copy, given the config in use. The default implementation returns this instance. + * Get an optimized copy, given the config in use. The default implementation returns this instance.
+ * TODO: "Copy" does not match this. * @param config * @param threshold * @return Can return this (unchanged), null (not to be executed ever) or a new instance (changed, optimized).