kleinigkeiten text

This commit is contained in:
Luke
2021-06-01 09:23:01 +02:00
parent 26a73ba851
commit 86e8420ae3
3 changed files with 5 additions and 5 deletions

View File

@@ -1625,7 +1625,7 @@ namespace ReallifeGamemode.Server.Commands
NAPI.Vehicle.SetVehicleTyreSmokeColor(veh, new Color(r, g, b));
}
[Command("spectate", "~m~Benutzung: ~s~/spectate [NAME/ID]", Alias = "spec")]
[Command("spectate", "~m~Benutzung: ~s~/spectate [Spieler]", Alias = "spec")]
public void CmdAdminSpectate(Player player, string targetname = null)
{
User user = player.GetUser();