From 4b99bc704f152104b0ffcd3a7de21c20144eed12 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Tue, 28 Feb 2012 22:04:26 -0500 Subject: [PATCH] ntscript bugfix --- code/modules/scripting/Implementations/Telecomms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --- */