From 779bbb9f88bd50def5f55d6c138ea5e12e785801 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 19 Mar 2020 16:24:14 +0000 Subject: [PATCH] Fix typo https://github.com/lucko/LuckPerms/commit/3973aa1000f40aca181225961aea9a65852169a9#r37923265 --- .../common/dependencies/classloader/ReflectionClassLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/me/lucko/luckperms/common/dependencies/classloader/ReflectionClassLoader.java b/common/src/main/java/me/lucko/luckperms/common/dependencies/classloader/ReflectionClassLoader.java index 5f138e2e2..b2c5230a6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/dependencies/classloader/ReflectionClassLoader.java +++ b/common/src/main/java/me/lucko/luckperms/common/dependencies/classloader/ReflectionClassLoader.java @@ -56,7 +56,7 @@ public class ReflectionClassLoader implements PluginClassLoader { bootstrap.getPluginLogger().info("It is safe to ignore any warning printed following this message " + "starting with 'WARNING: An illegal reflective access operation has occurred, Illegal reflective " + "access by " + getClass().getName() + "'."); - bootstrap.getPluginLogger().info("This is intended, and will not have any impact the operation of LuckPerms."); + bootstrap.getPluginLogger().info("This is intended, and will not have any impact on the operation of LuckPerms."); } try {