+ 修复两个碧油鸡

This commit is contained in:
坏黑
2018-10-11 00:19:32 +08:00
parent 732f0bf093
commit 64aba798c3
3 changed files with 2 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ public class TInjectLoader implements TabooLibLoader.Loader {
continue;
}
try {
declaredField.setAccessible(true);
tInjectTask.run(plugin, declaredField, annotation.value());
} catch (Exception e) {
TLogger.getGlobalLogger().error(declaredField.getName() + " inject failed: " + e.getMessage());