This commit is contained in:
Anuken 2023-01-07 12:03:54 -05:00
parent 4d77a6d475
commit 1236e8d342

View file

@ -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
public int maxTextLength = 220;
public int maxNewlines = 24;
public boolean privileged = false;
public MessageBlock(String name){
super(name);