Ignore other cathook users
This commit is contained in:
parent
aa7f9315ba
commit
c7821242a3
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include "settings/Bool.hpp"
|
|
||||||
|
|
||||||
#if ENABLE_VISUALS
|
#if ENABLE_VISUALS
|
||||||
#include <colors.hpp>
|
#include <colors.hpp>
|
||||||
@ -16,7 +15,6 @@ class CachedEntity;
|
|||||||
|
|
||||||
namespace player_tools
|
namespace player_tools
|
||||||
{
|
{
|
||||||
extern settings::Bool ignoreCathook;
|
|
||||||
enum class IgnoreReason
|
enum class IgnoreReason
|
||||||
{
|
{
|
||||||
DO_NOT_IGNORE,
|
DO_NOT_IGNORE,
|
||||||
|
@ -9,12 +9,13 @@
|
|||||||
#include <online/Online.hpp>
|
#include <online/Online.hpp>
|
||||||
#include "PlayerTools.hpp"
|
#include "PlayerTools.hpp"
|
||||||
#include "entitycache.hpp"
|
#include "entitycache.hpp"
|
||||||
|
#include "settings/Bool.hpp"
|
||||||
|
|
||||||
static settings::Int betrayal_limit{ "player-tools.betrayal-limit", "true" };
|
static settings::Int betrayal_limit{ "player-tools.betrayal-limit", "true" };
|
||||||
|
|
||||||
static settings::Bool taunting{ "player-tools.ignore.taunting", "true" };
|
static settings::Bool taunting{ "player-tools.ignore.taunting", "true" };
|
||||||
static settings::Bool hoovy{ "player-tools.ignore.hoovy", "true" };
|
static settings::Bool hoovy{ "player-tools.ignore.hoovy", "true" };
|
||||||
settings::Bool ignoreCathook{ "player-tools.ignore.cathook", "true" };
|
static settings::Bool ignoreCathook{ "player-tools.ignore.cathook", "true" };
|
||||||
|
|
||||||
static settings::Bool online_notarget{ "player-tools.ignore.online.notarget",
|
static settings::Bool online_notarget{ "player-tools.ignore.online.notarget",
|
||||||
"true" };
|
"true" };
|
||||||
|
Reference in New Issue
Block a user