v0.3.4: fixed item names being in different languages in bones
This commit is contained in:
committed by
Evan Debenham
parent
4b6ae663f7
commit
b070cb0c6a
@@ -112,11 +112,12 @@ public class Potion extends Item {
|
||||
|
||||
public Potion() {
|
||||
super();
|
||||
syncVisuals();
|
||||
sync();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void syncVisuals(){
|
||||
public void sync(){
|
||||
super.sync();
|
||||
image = handler.image( this );
|
||||
color = handler.label( this );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user