mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
feat: use updated string format method
This commit is contained in:
@@ -199,7 +199,7 @@ namespace EssentialsPluginTemplate
|
|||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(text)) return;
|
if (string.IsNullOrEmpty(text)) return;
|
||||||
|
|
||||||
_comms.SendText(string.Format("{0}{1}", text, CommsDelimiter));
|
_comms.SendText($"{text}{CommsDelimiter}");
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO [ ] If not using an HEX/byte based API, delete the properties below
|
// TODO [ ] If not using an HEX/byte based API, delete the properties below
|
||||||
|
|||||||
Reference in New Issue
Block a user