remove logging
This commit is contained in:
parent
2bdcac64f5
commit
1c681f8e17
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class Ctserver implements ModInitializer {
|
||||||
|
|
||||||
if (tickCounter >= 20) {
|
if (tickCounter >= 20) {
|
||||||
int playerCount = minecraftServer.getCurrentPlayerCount();
|
int playerCount = minecraftServer.getCurrentPlayerCount();
|
||||||
LOGGER.info(String.valueOf(playerCount));
|
//LOGGER.info(String.valueOf(playerCount));
|
||||||
double afterTicks = Instant.now().toEpochMilli();
|
double afterTicks = Instant.now().toEpochMilli();
|
||||||
double timeBetween = afterTicks - zeroTicks;
|
double timeBetween = afterTicks - zeroTicks;
|
||||||
double mspt = (timeBetween / 20) ;
|
double mspt = (timeBetween / 20) ;
|
||||||
|
|
Loading…
Reference in a new issue