Ignore other cathook users

This commit is contained in:
TotallyNotElite 2018-09-01 15:21:34 +02:00
parent aa7f9315ba
commit c7821242a3
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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" };