aboutsummaryrefslogtreecommitdiff
path: root/Core.h
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-04-30 20:05:55 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-04-30 20:05:55 +0200
commitee90712c3a9967dd3c7a795c5d654174b18c1bae (patch)
tree188be133d073095461930eef37b96ba27d27cd81 /Core.h
parentd5cb8a2a4d69db11a305121e17f2d4e0ddcdbaf2 (diff)
updated most features
Diffstat (limited to 'Core.h')
-rw-r--r--Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.h b/Core.h
index ff40774..8f63cb5 100644
--- a/Core.h
+++ b/Core.h
@@ -9,7 +9,7 @@
class Unit;
class Core
{
- bool skipLocalplayer = true;
+ bool skipLocalplayer = false;
public:
Core();
void OnPresent();