summaryrefslogtreecommitdiff
path: root/src/network/core/game_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/game_info.h')
-rw-r--r--src/network/core/game_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/core/game_info.h b/src/network/core/game_info.h
index 1ea77ae77..8d9824b18 100644
--- a/src/network/core/game_info.h
+++ b/src/network/core/game_info.h
@@ -76,6 +76,8 @@ struct NetworkServerGameInfo {
byte spectators_on; ///< How many spectators do we have?
byte spectators_max; ///< Max spectators allowed on server
byte landscape; ///< The used landscape
+ int gamescript_version; ///< Version of the gamescript.
+ std::string gamescript_name; ///< Name of the gamescript.
};
/**