From 1029c201952fc2fccb13b89eabed99531dedb086 Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Sun, 15 Jul 2018 15:08:26 -0400 Subject: [PATCH] Fix teleport command --- game/plugin/cmd/src/teleport-cmd.plugin.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/plugin/cmd/src/teleport-cmd.plugin.kts b/game/plugin/cmd/src/teleport-cmd.plugin.kts index 381118a45..8487c6250 100644 --- a/game/plugin/cmd/src/teleport-cmd.plugin.kts +++ b/game/plugin/cmd/src/teleport-cmd.plugin.kts @@ -75,7 +75,7 @@ on_command("tele", PrivilegeLevel.ADMINISTRATOR) } } -private val TELEPORT_DESTINATIONS = listOf( +val TELEPORT_DESTINATIONS = listOf( "alkharid" to Position(3292, 3171, 0), "ardougne" to Position(2662, 3304, 0), "barrows" to Position(3565, 3314, 0),