summaryrefslogtreecommitdiffstats
path: root/src/Generating
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-21 21:43:19 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-21 21:43:19 +0200
commit01c899f9036a01d7c60d05b89c953138a1770810 (patch)
tree964e8ee4893a1fe346d20fdfbe027bf30a4ba122 /src/Generating
parentTemporarily commented out override directives. (diff)
downloadcuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.gz
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.bz2
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.lz
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.xz
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.zst
cuberite-01c899f9036a01d7c60d05b89c953138a1770810.zip
Diffstat (limited to 'src/Generating')
-rw-r--r--src/Generating/ChunkGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ChunkGenerator.h b/src/Generating/ChunkGenerator.h
index 8c5d47b79..47c3ee108 100644
--- a/src/Generating/ChunkGenerator.h
+++ b/src/Generating/ChunkGenerator.h
@@ -71,7 +71,7 @@ public:
virtual ~cPluginInterface() {}
/** Called when the chunk is about to be generated.
- The generator may be partly or fully /*override*/n by the implementation
+ The generator may be partly or fully overridden by the implementation
*/
virtual void CallHookChunkGenerating(cChunkDesc & a_ChunkDesc) = 0;