Documentation cleanup

This commit is contained in:
Anuken
2022-03-08 19:32:05 -05:00
parent 7475e517e9
commit 775c7722b2
3 changed files with 2 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ import static mindustry.Vars.*;
public class ServerControl implements ApplicationListener{
private static final int roundExtraTime = 12;
private static final int maxLogLength = 1024 * 512;
private static final int maxLogLength = 1024 * 1024 * 5;
protected static String[] tags = {"&lc&fb[D]&fr", "&lb&fb[I]&fr", "&ly&fb[W]&fr", "&lr&fb[E]", ""};
protected static DateTimeFormatter dateTime = DateTimeFormatter.ofPattern("MM-dd-yyyy HH:mm:ss"),