mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-27 21:29:14 +01:00
Changes to equipment
This commit is contained in:
parent
ead7db1990
commit
79160706bb
@ -116,6 +116,8 @@ public class EntityHumanNPC extends EntityPlayer implements NPCHolder {
|
|||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
// swallow
|
// swallow
|
||||||
}
|
}
|
||||||
|
for (int i = 0; i < previousEquipment.length; i++)
|
||||||
|
previousEquipment[i] = getEquipment(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user