I believe this is due to an error at line 3897 of pvp.lua (inside on_player_left_game), where
Code: Select all
check_force_protection(force)
Code: Select all
check_force_protection(player.force)
Code: Select all
check_force_protection(force)
Code: Select all
check_force_protection(player.force)