Fixed typographical error
This commit is contained in:
parent
c6a2e8c688
commit
b0fd5511ea
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user