Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
ChatBubbleTicker: change period
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Aug 27, 2023
1 parent fc624a1 commit f0ddd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/flectone/tickers/ChatBubbleTicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class ChatBubbleTicker extends FBukkitRunnable {

public ChatBubbleTicker() {
super.period = 5L;
super.period = 20L;
}

@Override
Expand Down

0 comments on commit f0ddd83

Please sign in to comment.