mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Removed setTeleporting Function
This should now enable teleporting from the City Aetheryte to the Aethernet
This commit is contained in:
parent
3bfc518469
commit
77098ffde3
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class AetheryteDef
|
||||||
}
|
}
|
||||||
else if ( param1 == 512 && param2 == 4 ) // aethernet
|
else if ( param1 == 512 && param2 == 4 ) // aethernet
|
||||||
{
|
{
|
||||||
player.setTeleporting( true );
|
|
||||||
player.teleport( param3, 2 );
|
player.teleport( param3, 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue