From 4088bb47f0f4dd3fdbe5a60b602ee5f24ed89955 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 24 Jun 2018 23:54:40 -0700 Subject: [PATCH] Add comment about roblox_studio::install_location --- server/src/roblox_studio.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/roblox_studio.rs b/server/src/roblox_studio.rs index c55311b3..8da69b95 100644 --- a/server/src/roblox_studio.rs +++ b/server/src/roblox_studio.rs @@ -23,5 +23,6 @@ pub fn install_location() -> Option { #[cfg(not(any(target_os = "windows", target_os = "macos")))] pub fn install_location() -> Option { + // Roblox Studio doesn't install on any other platforms! None } \ No newline at end of file