diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-21 23:04:31 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-21 23:04:31 +0100 |
commit | 48c00fdaee566cc77891cfbdbc4de2d822e039b8 (patch) | |
tree | 76dcd5583690ae5aacefadb089fcc3be82659c79 | |
parent | Added sounds to levers and mobs (diff) | |
download | cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar.gz cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar.bz2 cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar.lz cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar.xz cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.tar.zst cuberite-48c00fdaee566cc77891cfbdbc4de2d822e039b8.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Player.h b/source/Player.h index 1bc166652..66c1d1820 100644 --- a/source/Player.h +++ b/source/Player.h @@ -30,8 +30,6 @@ public: } ; // tolua_end - typedef cPawn super; - CLASS_PROTODEF(cPlayer) cPlayer(cClientHandle * a_Client, const AString & a_PlayerName); |