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