Made the intent easier to read.
This commit is contained in:
parent
605601bcc6
commit
537c241e76
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public class LoopPlugin extends PluginBase {
|
|||
|
||||
@Subscribe
|
||||
public void onStatusEvent(final EventTempTargetChange ev) {
|
||||
new Thread(() -> LoopPlugin.getPlugin().invoke("EventTempTargetChange", true)).start();
|
||||
new Thread(() -> invoke("EventTempTargetChange", true)).start();
|
||||
FabricPrivacy.getInstance().logCustom(new CustomEvent("TT_Loop_Run"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue