From 20215c3d30fb55bf232bff1b3d6652d82e00b798 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sat, 26 Jan 2008 10:34:49 +0000 Subject: Rewrote svn properties handling script in python. Added more file types. --- bin/assets/ScriptsAssetSet/llSay.lsl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bin/assets/ScriptsAssetSet/llSay.lsl') diff --git a/bin/assets/ScriptsAssetSet/llSay.lsl b/bin/assets/ScriptsAssetSet/llSay.lsl index c64a355..dea6fc0 100644 --- a/bin/assets/ScriptsAssetSet/llSay.lsl +++ b/bin/assets/ScriptsAssetSet/llSay.lsl @@ -1,7 +1,7 @@ -default -{ - state_entry() - { - llSay(0,"This is an incredibly useless program." ); - } -} +default +{ + state_entry() + { + llSay(0,"This is an incredibly useless program." ); + } +} -- cgit v1.1