Skip to content

Commit

Permalink
FIX: set follow player null if circular
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcurus committed Jan 19, 2024
1 parent 9f5931c commit ba5ceae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openlife/server/Connection.hx
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ class Connection {

if (leader == null) {
trace('WARNING: sendFollowing: circular leader: ${player.name} ${player.followPlayer.name} ');
player.followPlayer = null;
leaderId = -1;
}

Expand Down
Binary file modified server.hl
Binary file not shown.

0 comments on commit ba5ceae

Please sign in to comment.