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

Commit b972580

Browse files
committed
.
1 parent 3ca9e36 commit b972580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Commands/InviteToggle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void OnInviteToggle(ShPlayer player, string input)
1616
if (String.Equals(input, "on", StringComparison.OrdinalIgnoreCase))
1717
{
1818
player.svPlayer.CustomData.AddOrUpdate("invitetoggle", "true");
19-
player.svPlayer.SendGameMessage("〔<color=#546eff>StopRandomInvite</color>〕 | Now everyone can invite you to their home.");
19+
player.svPlayer.SendGameMessage("〔<color=#546eff>StopRandomInvite</color>〕 | Now everyone can invite you to their home");
2020
}
2121
else if (String.Equals(input, "off", StringComparison.OrdinalIgnoreCase))
2222
{

0 commit comments

Comments
 (0)