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 c55937fe82
commit 6f3845e10a

View file

@ -74,6 +74,10 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin {
e.printStackTrace();
}
}
@Override
public void recover(Player player){
//no recovery needed?
}
@Override
public boolean canLogout(Player p) {