1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Removed setTeleporting Function

This should now enable teleporting from the City Aetheryte to the Aethernet
This commit is contained in:
Biscuit Boy 2017-08-30 21:25:47 +10:00 committed by GitHub
parent 3bfc518469
commit 77098ffde3

View file

@ -29,7 +29,6 @@ class AetheryteDef
}
else if ( param1 == 512 && param2 == 4 ) // aethernet
{
player.setTeleporting( true );
player.teleport( param3, 2 );
}