Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SploeCyber committed Sep 1, 2021
1 parent 3ca9e36 commit b972580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/InviteToggle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void OnInviteToggle(ShPlayer player, string input)
if (String.Equals(input, "on", StringComparison.OrdinalIgnoreCase))
{
player.svPlayer.CustomData.AddOrUpdate("invitetoggle", "true");
player.svPlayer.SendGameMessage("〔<color=#546eff>StopRandomInvite</color>〕 | Now everyone can invite you to their home.");
player.svPlayer.SendGameMessage("〔<color=#546eff>StopRandomInvite</color>〕 | Now everyone can invite you to their home");
}
else if (String.Equals(input, "off", StringComparison.OrdinalIgnoreCase))
{
Expand Down

0 comments on commit b972580

Please sign in to comment.