mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Hotfix for non-ASCII in telecomms crashing serb (#16026)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
Loads source code.
|
||||
*/
|
||||
/datum/n_Scanner/proc/LoadCode(var/c)
|
||||
code=c
|
||||
code=strict_ascii(c)
|
||||
|
||||
/*
|
||||
Proc: LoadCodeFromFile
|
||||
|
||||
Reference in New Issue
Block a user