mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Rewrote svn properties handling script in python. Added more file types.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
|
||||
llOwnerSay(test);
|
||||
}
|
||||
}
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
|
||||
llOwnerSay(test);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user