summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.h
diff options
context:
space:
mode:
authorDaniel O'Brien <marmot.daniel@gmail.com>2013-11-13 21:02:53 +0100
committerDaniel O'Brien <marmot.daniel@gmail.com>2013-11-13 21:02:53 +0100
commit8c6bdca425a70fabaee6d3937685314dcaad04a6 (patch)
tree84175437c2aba4f4bd5ce0d741e31773114454e7 /source/Entities/Player.h
parentchanged name convention (diff)
downloadcuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar.gz
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar.bz2
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar.lz
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar.xz
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.tar.zst
cuberite-8c6bdca425a70fabaee6d3937685314dcaad04a6.zip
Diffstat (limited to 'source/Entities/Player.h')
-rw-r--r--source/Entities/Player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Entities/Player.h b/source/Entities/Player.h
index d998c47bb..3623617f2 100644
--- a/source/Entities/Player.h
+++ b/source/Entities/Player.h
@@ -70,7 +70,7 @@ public:
*/
bool SetExperience(int a_XpTotal);
- /* Adds Xp, will not inc more than MAX_EXPERIENCE_ORB_SIZE!
+ /* Adds Xp, "should" not inc more than MAX_EXPERIENCE_ORB_SIZE unless you're a plugin being funny, *cough* cheating
Returns the new total experience, -1 on error
*/
int AddExperience(int a_Xp_delta);