eliminate special render types except liquids
This commit is contained in:
parent
1b52b26f15
commit
028156c6a6
18 changed files with 108 additions and 264 deletions
|
@ -2939,7 +2939,7 @@ public class Player extends User implements Executor, IPlayer
|
|||
// boolean color = this.playerEntity.canUse(Permissions.SIGNFORMAT);
|
||||
for (int i = 0; i < lines.length; ++i)
|
||||
{
|
||||
tileentitysign.signText[i] = TextColor.stripCodes(lines[i]); // lines[i]; // color ? lines[i] : ChatFormat.stripCodes(lines[i]);
|
||||
tileentitysign.text[i] = TextColor.stripCodes(lines[i]); // lines[i]; // color ? lines[i] : ChatFormat.stripCodes(lines[i]);
|
||||
}
|
||||
|
||||
// if(this.signCommand != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue