From 77098ffde30b66aafd627ce025d1fe5acc058c3c Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Wed, 30 Aug 2017 21:25:47 +1000 Subject: [PATCH] Removed setTeleporting Function This should now enable teleporting from the City Aetheryte to the Aethernet --- scripts/chai/aetheryte/Aetheryte.chai | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/chai/aetheryte/Aetheryte.chai b/scripts/chai/aetheryte/Aetheryte.chai index 5c48eec7..ac92f7c0 100644 --- a/scripts/chai/aetheryte/Aetheryte.chai +++ b/scripts/chai/aetheryte/Aetheryte.chai @@ -29,7 +29,6 @@ class AetheryteDef } else if ( param1 == 512 && param2 == 4 ) // aethernet { - player.setTeleporting( true ); player.teleport( param3, 2 ); }