Skip to content

Commit

Permalink
Update FastBridge.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspw-w committed Jan 5, 2024
1 parent 211a702 commit 7204201
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class FastBridge : Module() {
private val speedValue = IntegerValue("Place-Speed", 0, 0, 20)
private val tickTimer = TickTimer()

override val tag: String
get() = modeValue.get()

@EventTarget
fun onUpdate(event: UpdateEvent) {
tickTimer.update()
Expand Down

0 comments on commit 7204201

Please sign in to comment.