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