From 6779036d25e460ca5e8c6d290772e78c3277ccfc Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 25 Mar 2012 20:29:56 +0300 Subject: Make server world selection not brain dead and use gameid 'minetest' instead of 'mesetint' --- src/subgame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/subgame.h') diff --git a/src/subgame.h b/src/subgame.h index 061bb4180..49e526d76 100644 --- a/src/subgame.h +++ b/src/subgame.h @@ -52,6 +52,7 @@ SubgameSpec findSubgame(const std::string &id); std::set getAvailableGameIds(); std::vector getAvailableGames(); +bool getWorldExists(const std::string &world_path); std::string getWorldGameId(const std::string &world_path, bool can_be_legacy=false); -- cgit v1.2.3