Funness - I can't spell
This commit is contained in:
parent
cf183a46ca
commit
a1fa511e7a
8 changed files with 78 additions and 50 deletions
|
@ -345,6 +345,7 @@ public class AlchemicalWizardry
|
|||
public static boolean respawnWithDebuff;
|
||||
public static boolean lockdownAltar;
|
||||
public static boolean causeHungerWithRegen;
|
||||
public static boolean causeHungerChatMessage = true;
|
||||
|
||||
public static List<Class> wellBlacklist;
|
||||
|
||||
|
@ -1587,7 +1588,7 @@ public class AlchemicalWizardry
|
|||
continue;
|
||||
}
|
||||
|
||||
strLine = strLine.replace('', '"').replace('','"').replace("
", "...").replace('', '\'').replace('', '-');
|
||||
strLine = strLine.replace('”', '"').replace('“','"').replace("…", "...").replace('’', '\'').replace('–', '-');
|
||||
|
||||
if(Minecraft.getMinecraft() != null && Minecraft.getMinecraft().fontRenderer != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue