mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
Fight Caves recover to do notihng as we have wave save already.
This commit is contained in:
parent
60b3720c81
commit
c9fc2a26f0
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin {
|
|||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public void recover(Player player){
|
||||
//no recovery needed?
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canLogout(Player p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue