Hotfix for non-ASCII in telecomms crashing serb (#16026)

This commit is contained in:
DamianX
2017-09-19 15:13:04 +02:00
committed by Intigracy
parent 706eb74a39
commit 9a379f5f73

View File

@@ -26,7 +26,7 @@
Loads source code.
*/
/datum/n_Scanner/proc/LoadCode(var/c)
code=c
code=strict_ascii(c)
/*
Proc: LoadCodeFromFile