mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
GPS to tgui (#19263)
* GPS to tgui * dead code * lol * default should always work
This commit is contained in:
@@ -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