mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
IPC Names now Load Correctly from SQL
If you want to have a name like ARMA-420 in game you previously had to manually set it every round because it wouldn't load properly from SQL because reject_bad_name doesn't like no numbers. Changes that.
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
|
||||
//Sanitize
|
||||
metadata = sanitize_text(metadata, initial(metadata))
|
||||
real_name = reject_bad_name(real_name)
|
||||
real_name = reject_bad_name(real_name, 1)
|
||||
if(isnull(species)) species = "Human"
|
||||
if(isnull(language)) language = "None"
|
||||
if(isnull(nanotrasen_relation)) nanotrasen_relation = initial(nanotrasen_relation)
|
||||
|
||||
Reference in New Issue
Block a user