Skip to content

Commit

Permalink
- Reldens - v4.0.0 - Move PvP TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-pastorini committed Nov 13, 2024
1 parent 5cd0ed1 commit 0b35f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/actions/server/pvp.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Pvp extends Battle

async runBattle(playerSchema, target, room)
{
// @TODO - BETA - Implement battle end for PvP.
if(GameConst.STATUS.ACTIVE !== playerSchema.state.inState){
Logger.info('PvP inactive player.', playerSchema.state.inState);
return false;
Expand Down

0 comments on commit 0b35f61

Please sign in to comment.