mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-29 18:22:32 +08:00
Changed path to Config.h
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include <unordered_map>
|
||||
#include <format>
|
||||
#include <functional>
|
||||
#include "Config.h"
|
||||
#include "Config/Config.h"
|
||||
|
||||
namespace Backend {
|
||||
using EventHandler = std::function<void()>;
|
||||
@ -393,7 +393,7 @@ namespace Settings {
|
||||
bool BringAllItems = false; // Noch nichts
|
||||
bool RevivePlayer = false;// Noch nichts
|
||||
bool NoCams = false;
|
||||
bool HideWalls = false;
|
||||
bool HideDoors = false;
|
||||
bool PlayerFly = false;
|
||||
bool PeacefullMode = false;
|
||||
bool Spawner_ = false;
|
||||
|
Reference in New Issue
Block a user