diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-08-04 17:29:14 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-08-04 17:51:12 +0200 |
commit | 70e4214a2a5de660f265b8d227826296487e6d0d (patch) | |
tree | 11cb1a12f115a94cc32b97a31efe48e738515585 /src | |
parent | compile.sh rewrite. Commandline arguments and more. (#3255) (diff) | |
download | cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar.gz cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar.bz2 cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar.lz cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar.xz cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.tar.zst cuberite-70e4214a2a5de660f265b8d227826296487e6d0d.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockArea.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/BlockArea.cpp b/src/BlockArea.cpp index 2ac41a721..438d958b9 100644 --- a/src/BlockArea.cpp +++ b/src/BlockArea.cpp @@ -1,6 +1,10 @@ // BlockArea.cpp +// NOTE: compile.sh checks for this file in order to determine if this is the Cuberite folder. +// Please modify compile.sh if you want to rename or remove this file. +// This file was chosen arbitrarily and it's a good enough indicator we're in the Cuberite folder. + // Implements the cBlockArea object representing an area of block data that can be queried from cWorld and then accessed again without further queries // The object also supports writing the blockdata back into cWorld, even into other coords |