summaryrefslogtreecommitdiffstats
path: root/source/cWorld.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-15 15:26:37 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-15 15:26:37 +0100
commit01341e27889a1e203ec99db1b3730141827eff08 (patch)
tree1fac73225a4cd0dcb293a50706586caa74fc814b /source/cWorld.cpp
parentRestored chest and furnace functionality as it was (it's basically working but joined chests show single-chest window) (diff)
downloadcuberite-01341e27889a1e203ec99db1b3730141827eff08.tar
cuberite-01341e27889a1e203ec99db1b3730141827eff08.tar.gz
cuberite-01341e27889a1e203ec99db1b3730141827eff08.tar.bz2
cuberite-01341e27889a1e203ec99db1b3730141827eff08.tar.lz
cuberite-01341e27889a1e203ec99db1b3730141827eff08.tar.xz
cuberite-01341e27889a1e203ec99db1b3730141827eff08.tar.zst
cuberite-01341e27889a1e203ec99db1b3730141827eff08.zip
Diffstat (limited to '')
-rw-r--r--source/cWorld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWorld.cpp b/source/cWorld.cpp
index 737751901..b97fcaea2 100644
--- a/source/cWorld.cpp
+++ b/source/cWorld.cpp
@@ -177,7 +177,7 @@ cWorld::cWorld( const AString & a_WorldName )
IniFile.SetValue("Generator", "GeneratorName", "Default" );
if( !IniFile.WriteFile() )
{
- LOG("WARNING: Could not write to %s/world.ini", a_WorldName);
+ LOG("WARNING: Could not write to %s/world.ini", a_WorldName.c_str());
}
}
LOGINFO("Seed: %i", m_WorldSeed );