Fixed #7922
This commit is contained in:
@@ -24,7 +24,6 @@ public class MessageBlock extends Block{
|
|||||||
//don't change this too much unless you want to run into issues with packet sizes
|
//don't change this too much unless you want to run into issues with packet sizes
|
||||||
public int maxTextLength = 220;
|
public int maxTextLength = 220;
|
||||||
public int maxNewlines = 24;
|
public int maxNewlines = 24;
|
||||||
public boolean privileged = false;
|
|
||||||
|
|
||||||
public MessageBlock(String name){
|
public MessageBlock(String name){
|
||||||
super(name);
|
super(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user