new block

This commit is contained in:
AlphaAE
2019-04-30 00:22:43 +08:00
parent eb1d2d4fbe
commit be5a27d7e3
7 changed files with 87 additions and 15 deletions

View File

@ -1,6 +1,6 @@
package com.alphaae.mcpe.servers;
public interface Config {
int JOIN_WAITING_TIME = 174;
int JOIN_WAITING_TIME = 200;
}