summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h
index 417d31bd8..f0bab1bbf 100644
--- a/src/server.h
+++ b/src/server.h
@@ -299,7 +299,7 @@ public:
virtual const ModSpec* getModSpec(const std::string &modname) const;
void getModNames(std::vector<std::string> &modlist);
std::string getBuiltinLuaPath();
- inline const std::string &getWorldPath() const { return m_path_world; }
+ std::string getWorldPath() const { return m_path_world; }
std::string getModStoragePath() const;
inline bool isSingleplayer()