diff options
author | Mattes D <github@xoft.cz> | 2014-02-24 18:30:44 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-24 18:30:44 +0100 |
commit | 23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6 (patch) | |
tree | dd8975008870688e77b33a20072fd54e7e34bb9c /src/Enchantments.h | |
parent | Merge pull request #722 from mc-server/CompileFix_C++03 (diff) | |
parent | Fixed Formatting, added compiler warning suppressing methods, fixed comments (diff) | |
download | cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar.gz cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar.bz2 cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar.lz cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar.xz cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.tar.zst cuberite-23093fd4d1b1bc5f6d7aae8b5ba6a4cce90921d6.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Enchantments.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Enchantments.h b/src/Enchantments.h index e984df92e..f77b535d8 100644 --- a/src/Enchantments.h +++ b/src/Enchantments.h @@ -21,7 +21,6 @@ class cParsedNBT; - /** Class that stores item enchantments or stored-enchantments The enchantments may be serialized to a stringspec and read back from such stringspec. The format for the stringspec is "id=lvl;id=lvl;id=lvl...", with an optional semicolon at the end, |