avoid null party names

This commit is contained in:
nossr50
2020-10-29 14:06:34 -07:00
parent c6ecf30d1f
commit 4e8f49db5b
2 changed files with 3 additions and 37 deletions

View File

@ -1,9 +1,9 @@
Version 2.1.151
Fixed a bug where players could use the party chat command without the party chat permission
Added new config 'chat.yml'
Added 'Chat.Channels.Party.Spies.Automatically_Enable_Spying' to chat.yml which when enabled will start users who have the chat spy permission in chat spying mode
All chat settings that used to be in 'config.yml' are now in 'chat.yml'
The list of party members shown when using the party command has been simplified, this will change again in the T&C update
Fixed a bug where players could use the party chat command without the party chat permission
NOTES:
I greatly disliked the old party member list but was avoiding rewriting it until later, someone pointed out how ugly it was and my OCD triggered and now it is rewritten. I will rewrite it again in T&C.