Merge pull request #15003 from MrStonedOne/patch-140

[s]Fixes locate exploit in datum/topic_input
This commit is contained in:
tkdrg
2016-01-29 19:36:37 -03:00

View File

@@ -14,6 +14,8 @@
var/t = get(i)
if(t)
t = locate(t)
if (istext(t))
t = null
return t || null
/datum/topic_input/proc/getNum(i)