diff options
Diffstat (limited to 'src/core/gameserver.cc')
-rw-r--r-- | src/core/gameserver.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc index fc7a814..b82946b 100644 --- a/src/core/gameserver.cc +++ b/src/core/gameserver.cc @@ -226,6 +226,11 @@ GameServer::~GameServer() server_instance = 0; } +Info *GameServer::info(const std::string &label) +{ + return Info::find(label); +} + void GameServer::abort() { server_running = false; |