mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Do not auto set 'tut-island' attribute on login
This commit is contained in:
parent
0a5ef421a5
commit
3090c3840d
1 changed files with 0 additions and 2 deletions
|
|
@ -126,8 +126,6 @@ public final class LoginConfiguration {
|
|||
* @param player The player to send to.
|
||||
*/
|
||||
public static void sendGameConfiguration(final Player player) {
|
||||
TutorialSession.getExtension(player).setStage(0);
|
||||
player.setAttribute("tut-island", true);
|
||||
player.getInterfaceManager().openWindowsPane(new Component(player.getInterfaceManager().isResizable() ? 746 : 548));
|
||||
player.getInterfaceManager().openChatbox(137);
|
||||
player.getInterfaceManager().openDefaultTabs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue