From c679da3b4e40ae833a674aacda266146c3b12c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 28 Oct 2020 01:01:44 +0200 Subject: [PATCH] Update --- mirricraft-portals.sk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirricraft-portals.sk b/mirricraft-portals.sk index a50ef38..a96cdb9 100644 --- a/mirricraft-portals.sk +++ b/mirricraft-portals.sk @@ -1,12 +1,12 @@ -# --- Lobby Tunnel --- +# --- Portals --- on region enter: wait 1 tick if "%event-region%" contains "_portal_to_lobby": - wait 40 tick + teleport player to world "%player's world%" connect player to "lobby" on region exit: wait 1 tick if "%event-region%" contains "_portal_to_lobby": - wait 40 tick + teleport player to world "%player's world%" connect player to "lobby" \ No newline at end of file