fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362)

* I should be studying for school but that is sofucking boring, I will pass my class no matter, however getting an A might be a challenge. My gpa is important but is the tourture for 1 point of GPA worth it? The american government says yes but they are responsible for the majority of all genocides that have ever been conducted since the dawn of man

* ugh

* ugh
This commit is contained in:
Brandon Hu
2024-08-11 09:46:57 +00:00
committed by GitHub
parent e0f292921f
commit 31c5d3555e
21 changed files with 30 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ public sealed class BanPanelCommand : LocalizedCommands
{
if (shell.Player is not { } player)
{
shell.WriteError(Loc.GetString("cmd-banpanel-server"));
shell.WriteError(Loc.GetString("shell-cannot-run-command-from-server"));
return;
}