diff options
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Server.h b/src/Server.h index ab821c102..28342cfb6 100644 --- a/src/Server.h +++ b/src/Server.h @@ -94,6 +94,8 @@ public: // tolua_end + const AString & GetResourcePackUrl(void) { return m_ResourcePackUrl; } + bool Start(void); bool Command(cClientHandle & a_Client, AString & a_Cmd); @@ -214,6 +216,7 @@ private: AString m_FaviconData; size_t m_MaxPlayers; bool m_bIsHardcore; + AString m_ResourcePackUrl; /** Map of protocol version to Forge mods (map of ModName -> ModVersionString) */ std::map<UInt32, AStringMap> m_ForgeModsByVersion; |