/setjob nur existierende jobs
This commit is contained in:
@@ -32,6 +32,11 @@ namespace ReallifeGamemode.Server.Services
|
||||
|
||||
public static void ErrorMessage(Player player, string message)
|
||||
{
|
||||
if (message.EndsWith("."))
|
||||
{
|
||||
message.Substring(0, message.Length - 1);
|
||||
}
|
||||
|
||||
ChatService.SendMessage(player, $"~r~[FEHLER]~s~ {message}~s~.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user