Fight Caves recover to do notihng as we have wave save already.

This commit is contained in:
Tooze 2026-02-14 16:48:16 -05:00
parent 60b3720c81
commit c9fc2a26f0

View file

@ -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) {