Do not log to history with -h/-t/-m

This commit is contained in:
Philippe Teuwen 2019-09-09 21:01:43 +02:00
commit ba47ac36cb
4 changed files with 8 additions and 2 deletions

View file

@ -28,6 +28,8 @@
#define UTIL_BUFFER_SIZE_SPRINT 4097
// global client debug variable
uint8_t g_debugMode = 0;
// global client disable logging variable
bool g_disableLogging = false;
#ifdef _WIN32
#include <windows.h>