mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-24 06:06:45 +01:00
Changes Misc.TICK_CONVERSION_FACTOR to millisecond equivalent of a TICK
This commit is contained in:
parent
7f756c25ab
commit
4a2020d4af
@ -26,7 +26,7 @@ public final class Misc {
|
||||
private static final @NotNull Random random = new Random();
|
||||
|
||||
public static final int TIME_CONVERSION_FACTOR = 1000;
|
||||
public static final int TICK_CONVERSION_FACTOR = 20;
|
||||
public static final int TICK_CONVERSION_FACTOR = 50;
|
||||
|
||||
public static final int PLAYER_RESPAWN_COOLDOWN_SECONDS = 5;
|
||||
public static final double SKILL_MESSAGE_MAX_SENDING_DISTANCE = 10.0;
|
||||
|
Loading…
Reference in New Issue
Block a user