aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin/villagers/entity
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-01 20:08:50 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-01 20:08:50 +1000
commitfe15444a942c8d2b7740246c4fdb83d3f772950e (patch)
tree1ab28d8bc7e75ecc4513599e17de7fd0bf624db6 /src/Java/gtPlusPlus/plugin/villagers/entity
parent35a555fff44b6b3f0d9bb007481edeed3bc09c4e (diff)
downloadGT5-Unofficial-fe15444a942c8d2b7740246c4fdb83d3f772950e.tar.gz
GT5-Unofficial-fe15444a942c8d2b7740246c4fdb83d3f772950e.tar.bz2
GT5-Unofficial-fe15444a942c8d2b7740246c4fdb83d3f772950e.zip
+ Added lang file updates.
% More work on Spawners. % More work on Villagers.
Diffstat (limited to 'src/Java/gtPlusPlus/plugin/villagers/entity')
-rw-r--r--src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java b/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java
index dc97aa4ce6..09bb65f620 100644
--- a/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java
+++ b/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java
@@ -181,7 +181,7 @@ public class EntityBaseVillager extends EntityVillager {
protected boolean getNeedsInitilization() {
Field v82191;
try {
- v82191 = ReflectionUtils.getField(getClass(), "needsInitilization");
+ v82191 = ReflectionUtils.getField(EntityVillager.class, "needsInitilization");
try {
return v82191 != null ? v82191.getBoolean(this) : false;
} catch (IllegalArgumentException | IllegalAccessException e) {