Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Implement #7 teleport delay #13

Merged
merged 17 commits into from
Jun 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update DelayTeleporter
  • Loading branch information
MasahiroSaito committed Jun 20, 2017
commit f1f2627d3ca8b5c22ae03487ebb90a6987711996
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.bukkit.metadata.FixedMetadataValue
import kotlin.concurrent.thread

object DelayTeleporter {
const val DELAY_META: String = "homes.delay"
private const val DELAY_META: String = "homes.delay"

fun run(player: Player, location: Location) {
if (Configs.teleportDelay <= 0) {
Expand Down