diff options
author | Jaume Aloy <hircine45@gmail.com> | 2014-08-19 16:47:33 +0200 |
---|---|---|
committer | Jaume Aloy <hircine45@gmail.com> | 2014-08-19 16:47:33 +0200 |
commit | 07350de514cebd9009f5fbdb5774aa8f1266bdb3 (patch) | |
tree | 576e41407d58d88717f4162f5d98d2f48d58d042 /src/Blocks/BlockIce.h | |
parent | Added more enchantments and some fixes (diff) | |
download | cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar.gz cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar.bz2 cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar.lz cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar.xz cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.tar.zst cuberite-07350de514cebd9009f5fbdb5774aa8f1266bdb3.zip |
Diffstat (limited to 'src/Blocks/BlockIce.h')
-rw-r--r-- | src/Blocks/BlockIce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockIce.h b/src/Blocks/BlockIce.h index cfe1d179f..47a84e5a7 100644 --- a/src/Blocks/BlockIce.h +++ b/src/Blocks/BlockIce.h @@ -44,4 +44,4 @@ public: // This is called later than the real destroying of this ice block } } -} ;
\ No newline at end of file +} ; |