Skip to content

Commit

Permalink
fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonaMorro committed Feb 3, 2019
1 parent 817b1b1 commit be5b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prop Plugin.lslp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ default{

ChatChannel = ((param >> 8) & 0x00FFFFFF) + 0x7F000000;
QuietMode = (param >> 1) & 0x1;
MyGroup = (param >> 2) & 0x2F;
MyGroup = (param >> 2) & 0x3F;

Lifetime = timeToLive();
llListen(ChatChannel, "", "", "");
Expand Down

0 comments on commit be5b95f

Please sign in to comment.