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

@@ -16,7 +16,7 @@ namespace Content.Server.Administration.Commands
{
if (shell.Player == null)
{
shell.WriteError(Loc.GetString("shell-only-players-can-run-this-command"));
shell.WriteError(Loc.GetString("shell-cannot-run-command-from-server"));
return;
}