1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-24 21:11:41 +02:00
3973aa1000 (r37923265)
This commit is contained in:
Luck
2020-03-19 16:24:14 +00:00
parent a721cc0b7c
commit 779bbb9f88

View File

@@ -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 {