diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-15 14:55:58 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-15 14:55:58 +0100 |
commit | b0fd5511eab236b69fb0805789917e91f8bb6b6e (patch) | |
tree | 753b3c5e2c11d8578922874a8d1780423087c0d5 /src | |
parent | Removed debug messages again (diff) | |
download | cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar.gz cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar.bz2 cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar.lz cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar.xz cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.tar.zst cuberite-b0fd5511eab236b69fb0805789917e91f8bb6b6e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/SignEntity.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/BlockEntities/SignEntity.h b/src/BlockEntities/SignEntity.h index 2b965747c..80c7bbfdf 100644 --- a/src/BlockEntities/SignEntity.h +++ b/src/BlockEntities/SignEntity.h @@ -1,4 +1,3 @@ - // SignEntity.h // Declares the cSignEntity class representing a single sign in the world @@ -57,7 +56,7 @@ public: virtual void UsedBy(cPlayer * a_Player) override; virtual void SendTo(cClientHandle & a_Client) override; - static const char * GetClassStatic(void) { return "cSignrEntity"; } + static const char * GetClassStatic(void) { return "cSignEntity"; } private: |