소스 검색

Changes Misc.TICK_CONVERSION_FACTOR to millisecond equivalent of a TICK

Rockyers 2 년 전
부모
커밋
4a2020d4af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/gmail/nossr50/util/Misc.java

+ 1 - 1
src/main/java/com/gmail/nossr50/util/Misc.java

@@ -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;