forked from 2009Scape/Server
Fixed issue where interface options disappear after cutscenes.
This commit is contained in:
parent
aa6bf95006
commit
0d55dff842
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ public abstract class CutscenePlugin extends ActivityPlugin {
|
|||
unpause();
|
||||
}
|
||||
player.unlock();
|
||||
player.getInterfaceManager().openDefaultTabs();
|
||||
player.getWalkingQueue().reset();
|
||||
player.getLocks().unlockMovement();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue