diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-30 20:05:55 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-04-30 20:05:55 +0200 |
commit | ee90712c3a9967dd3c7a795c5d654174b18c1bae (patch) | |
tree | 188be133d073095461930eef37b96ba27d27cd81 /Core.h | |
parent | d5cb8a2a4d69db11a305121e17f2d4e0ddcdbaf2 (diff) |
updated most features
Diffstat (limited to 'Core.h')
-rw-r--r-- | Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ class Unit; class Core { - bool skipLocalplayer = true; + bool skipLocalplayer = false; public: Core(); void OnPresent(); |