Сообщения в ПДА (#564)

* add: Сообщения в ПДА

* Search bar and colors in messages on the PDA
This commit is contained in:
Spatison
2024-08-06 16:58:30 +03:00
committed by GitHub
parent ea1ed76465
commit d023d29e54
28 changed files with 929 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ public sealed class RenameCommand : IConsoleCommand
{
if (pda.OwnerName == oldName)
{
pdaSystem.SetOwner(uid, pda, name);
pdaSystem.SetOwnerName(uid, pda, name);
}
}
}