diff options
author | madmaxoft <github@xoft.cz> | 2014-09-17 23:32:14 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-09-17 23:32:14 +0200 |
commit | 95af3eb526dc8d3289d6b1ced6462283a6ebb6b3 (patch) | |
tree | 2e6ef1053c1ec5c9e70bc594002db1eba491f267 /src/Root.cpp | |
parent | Voronoi biomegen: Added JitterSize and OddRowOffset. (diff) | |
download | cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.gz cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.bz2 cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.lz cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.xz cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.zst cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Root.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Root.cpp b/src/Root.cpp index 86a497a76..966a9b4ba 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -113,8 +113,8 @@ void cRoot::Start(void) LOG("--- Started Log ---\n"); #ifdef BUILD_ID - LOG("MCServer " BUILD_SERIES_NAME " build id: " BUILD_ID ); - LOG("from commit id: " BUILD_COMMIT_ID " built at: " BUILD_DATETIME ); + LOG("MCServer " BUILD_SERIES_NAME " build id: " BUILD_ID); + LOG("from commit id: " BUILD_COMMIT_ID " built at: " BUILD_DATETIME); #endif cDeadlockDetect dd; |