diff --git a/api/src/main/java/com/seibel/distanthorizons/coreapi/DependencyInjection/ApiEventInjector.java b/api/src/main/java/com/seibel/distanthorizons/coreapi/DependencyInjection/ApiEventInjector.java index 4d02bde84..a89ce81b7 100644 --- a/api/src/main/java/com/seibel/distanthorizons/coreapi/DependencyInjection/ApiEventInjector.java +++ b/api/src/main/java/com/seibel/distanthorizons/coreapi/DependencyInjection/ApiEventInjector.java @@ -143,8 +143,8 @@ public class ApiEventInjector extends DependencyInjector implements // attempt to clone the event input if possible - // this is done to reduce the likely hood that one event listener - // will make change the event parameter for other listeners + // this is done to reduce the likelihood that one event listener + // will change the event parameter for other listeners T input = eventInput; if (eventInput instanceof IDhApiEventParam) {