From 6eefbe36dd0334c8404987aec1cf2aed9735ebc5 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Fri, 24 May 2024 08:00:18 -0700 Subject: [PATCH] fix --- Label2.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Label2.gd b/Label2.gd index 21460ae..f0897dc 100644 --- a/Label2.gd +++ b/Label2.gd @@ -8,7 +8,7 @@ func _ready(): else: playername = "player" housefreedom = OS.get_processor_name().contains("AMD Custom APU") && OS.get_processor_name().contains("0405") - if OS.get_distribution_name().contains("Kali") || OS.get_environment("WSL_DISTRO_NAME").length() < 0: + if (OS.get_name() != "Linux" && !OS.get_name().ends_with("BSD")) || OS.get_distribution_name().contains("Kali") || !OS.get_data_dir().begins_with("/home") || OS.get_environment("WSL_DISTRO_NAME").length() < 0: Global.sk = true if Global.sk: _sk()