Add projectName to serve output

This commit is contained in:
Lucien Greathouse
2020-12-14 10:17:52 -08:00
parent 98238e4516
commit 5bb3dc258a
8 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ pub struct ServerInfoResponse {
pub session_id: SessionId,
pub server_version: String,
pub protocol_version: u64,
pub project_name: String,
pub expected_place_ids: Option<HashSet<u64>>,
pub root_instance_id: RbxId,
}