diff --git a/code/modules/scripting/Implementations/Telecomms.dm b/code/modules/scripting/Implementations/Telecomms.dm index d9f6e2ee85..318a9b2909 100644 --- a/code/modules/scripting/Implementations/Telecomms.dm +++ b/code/modules/scripting/Implementations/Telecomms.dm @@ -130,7 +130,7 @@ @param container: the list or container to measure */ - interpreter.SetProc("length", /proc/smartfind) + interpreter.SetProc("length", /proc/smartlength) /* -- Clone functions, carried from default BYOND procs --- */