mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-10 04:40:28 +01:00
Remove extra space
This commit is contained in:
parent
fd6b96cc26
commit
89c01c68c0
@ -164,7 +164,7 @@ public class LocaleQuery {
|
||||
if (type.name().equals("VILLAGER") && Career.valueOf(extra) != null) {
|
||||
key = oldEntities.get(type.name() + "." + Career.valueOf(extra).name());
|
||||
} else if (type.name().equals("OCELOT") && Ocelot.Type.valueOf(extra) != null){
|
||||
key = oldEntities.get(type.name() + "." + Ocelot.Type.valueOf(extra).name());
|
||||
key = oldEntities.get(type.name() + "." + Ocelot.Type.valueOf(extra).name());
|
||||
} else if (type.name().equals("RABBIT") && Rabbit.Type.valueOf(extra).equals(Rabbit.Type.THE_KILLER_BUNNY)) {
|
||||
key = oldEntities.get(type.name() + "." + Rabbit.Type.valueOf(extra).name());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user