-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Type of bug
Other unexpected behaviour
/ess dump all output
Don't talk about "/ess dump", we use a local server, and a firewall that does not allow access to the external network. I've given you enough information. Don't show off, just go and check your code, I think you understand perfectly well where mistakes could have been made.
Error log (if applicable)
No response
Bug description
As for the console itself, first of all, your "consoleName" translation key does not work, as far as I remember, it worked in one of your versions, but then it stopped. I don't want to see the annoying word "console" in the chat when a ban or kick, as well as as a sender/recipient in the dm message. In addition, something uses CONSOLE, which indicates a clear omission in your code.
Steps to reproduce
Edit lang files, change line consoleName=Console to consoleName=Test (reload ess/server). Example, send console dm to the server player.
Expected behaviour
The sender name must be what you specified in consoleName, that is, in our case it is Test.
Actual behaviour
Sender (as well as everything else related to this name) is Console.
Additional Information
No response