Style clenup of functions llGetWallclock - llMessageLinked.

This commit is contained in:
Ima Mechanique 2013-07-10 22:51:08 +01:00
parent afd8520899
commit 759581c095
2 changed files with 415 additions and 447 deletions

View file

@ -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