Merge pull request #554 from Tastyfish/master

ntscript bugfix for length()
This commit is contained in:
Tastyfish
2012-02-28 19:05:35 -08:00
@@ -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 --- */