Cuberite
A lightweight, fast and extensible game server for Minecraft
main.h
Go to the documentation of this file.
1 #pragma once
2 
4 extern bool g_ShouldLogCommIn;
5 
7 extern bool g_ShouldLogCommOut;
8 
10 extern bool g_RunAsService;
bool g_ShouldLogCommOut
If set to true, the protocols will log each player's outgoing (S->C) communication to a per-connectio...
Definition: main.cpp:22
bool g_RunAsService
If set to true, binary will attempt to run as a service.
Definition: main.cpp:23
bool g_ShouldLogCommIn
If set to true, the protocols will log each player's incoming (C->S) communication to a per-connectio...
Definition: main.cpp:21