Edited templates for spy/party format

This commit is contained in:
2022-02-19 16:58:22 +01:00
committed by destro174
parent 3cb858ba3d
commit 4c1da52c9b
2 changed files with 3 additions and 4 deletions
@@ -144,8 +144,7 @@ public class ChatHandler {
List<Template> templates = new ArrayList<>(List.of(
Template.template("sender", senderName),
Template.template("sendername", senderName),
Template.template("partyname", party.getPartyName()),
Template.template("party", party.getPartyName()),
Template.template("message", updatedMessage),
Template.template("server", serverConnection.getServer().getServerInfo().getName()),
Template.template("[i]", item)