mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Fixed #7922
This commit is contained in:
parent
4d77a6d475
commit
1236e8d342
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue