summaryrefslogtreecommitdiffstats
path: root/source/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Root.cpp')
-rw-r--r--source/Root.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/Root.cpp b/source/Root.cpp
index 1b7f90d60..750478c10 100644
--- a/source/Root.cpp
+++ b/source/Root.cpp
@@ -10,7 +10,6 @@
#include "CraftingRecipes.h"
#include "PluginManager.h"
#include "MonsterConfig.h"
-#include "Redstone.h"
#include "Player.h"
#include "Blocks/BlockHandler.h"
#include "Items/ItemHandler.h"
@@ -203,11 +202,7 @@ void cRoot::Start()
void cRoot::LoadGlobalSettings()
{
- cIniFile IniFile("settings.ini");
- if( IniFile.ReadFile() )
- {
- cRedstone::s_UseRedstone = IniFile.GetValueB("Redstone", "SimulateRedstone", true );
- }
+ // Nothing needed yet
}