Skip to content

Commit

Permalink
Mod name looks nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
18107 committed Mar 19, 2021
1 parent 48b245e commit b556a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulsarPluginLoader/Chat/Commands/HelpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public bool Execute(string arguments, int SenderID)
}
}
string prefix = cmd.PublicCommand() ? "!" : "/";
Messaging.Echo(PLNetworkManager.Instance.LocalPlayer.GetPhotonPlayer(), $"[&%~[C0 {prefix}{cmd.CommandAliases()[0]} ]&%~] - {cmd.Description()} <color=#ff6600ff>{name}</color>");
Messaging.Echo(PLNetworkManager.Instance.LocalPlayer.GetPhotonPlayer(), $"[&%~[C0 {prefix}{cmd.CommandAliases()[0]} ]&%~] - {cmd.Description()} <color=#ff6600ff>[{name}]</color>");
Messaging.Echo(PLNetworkManager.Instance.LocalPlayer.GetPhotonPlayer(), $"Aliases: {prefix}{string.Join($", {prefix}", cmd.CommandAliases())}");
Messaging.Echo(PLNetworkManager.Instance.LocalPlayer.GetPhotonPlayer(), $"Usage: {cmd.UsageExample()}");
}
Expand Down

0 comments on commit b556a9d

Please sign in to comment.