mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixed FastCraft fucking up the booklet
This commit is contained in:
parent
ed1147c22a
commit
781dbf90dd
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class GuiBooklet extends GuiScreen{
|
||||||
boolean unicodeBefore = this.fontRendererObj.getUnicodeFlag();
|
boolean unicodeBefore = this.fontRendererObj.getUnicodeFlag();
|
||||||
this.fontRendererObj.setUnicodeFlag(true);
|
this.fontRendererObj.setUnicodeFlag(true);
|
||||||
|
|
||||||
//This poem is dedicated to Player:
|
//To Player:
|
||||||
//
|
//
|
||||||
//FastCraft's a must, definitely
|
//FastCraft's a must, definitely
|
||||||
//But the bigger unicode option sucks real
|
//But the bigger unicode option sucks real
|
||||||
|
|
Loading…
Reference in a new issue