Style clenup of functions llGetWallclock - llMessageLinked.
This commit is contained in:
parent
afd8520899
commit
759581c095
2 changed files with 415 additions and 447 deletions
|
@ -434,15 +434,15 @@ namespace LSLEditor
|
|||
|
||||
public int llListen(int channel, string name, SecondLife.key id, string message)
|
||||
{
|
||||
if (ListenFilterList.Count >= 64)
|
||||
{
|
||||
if (ListenFilterList.Count >= 64) {
|
||||
Chat(this, 0, "LSLEditor", SecondLife.NULL_KEY, "Maximum of 64 listens!!!", CommunicationType.Shout);
|
||||
return 0;
|
||||
}
|
||||
ListenFilter lf = new ListenFilter(channel, name, id, message);
|
||||
ListenFilterList.Add(lf);
|
||||
if (OnListenChannelsChanged != null)
|
||||
if (OnListenChannelsChanged != null) {
|
||||
OnListenChannelsChanged(this, null);
|
||||
}
|
||||
return lf.GetHashCode();
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue