mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] GPS to tgui (#12502)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
584d6709b9
commit
8be912b745
@@ -89,7 +89,7 @@
|
||||
return PAI_DEFAULT_CHASSIS
|
||||
|
||||
/datum/preference/text/pai_chassis/is_valid(value)
|
||||
if(!(value in SSpai.get_chassis_list()))
|
||||
if(!(value in SSpai.get_chassis_list()) && value != PAI_DEFAULT_CHASSIS)
|
||||
return FALSE
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user