diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-07 14:36:30 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-07 14:36:30 +0100 |
commit | 787382caf8d3f7f8df4598b29586b44b7b071c53 (patch) | |
tree | 347e1249bbe371f820cf408d99549fb8734e0ac0 /source/cRoot.h | |
parent | No need to reset zlib (copypasta error) (diff) | |
download | cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar.gz cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar.bz2 cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar.lz cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar.xz cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.tar.zst cuberite-787382caf8d3f7f8df4598b29586b44b7b071c53.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cRoot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cRoot.h b/source/cRoot.h index 0b5e9c7af..85b12eb12 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -37,7 +37,7 @@ public: cServer* GetServer() { return m_Server; } //tolua_export
OBSOLETE cWorld* GetWorld(); //tolua_export
cWorld* GetDefaultWorld(); //tolua_export
- cWorld* GetWorld( const char* a_WorldName ); //tolua_export
+ cWorld* GetWorld( const AString & a_WorldName ); //tolua_export
cMonsterConfig *GetMonsterConfig() { return m_MonsterConfig;}
cGroupManager* GetGroupManager() { return m_GroupManager; } //tolua_export
|