Update ClientExtension.cs

This commit is contained in:
aviate
2019-08-04 12:32:06 +02:00
parent 20ac7d8fc7
commit 706681344c

View File

@@ -94,7 +94,7 @@ namespace ReallifeGamemode.Server.Extensions
{ {
if (user.Wanteds + amount > 50) if (user.Wanteds + amount > 50)
{ {
ChatService.ErrorMessage(cop, "!{#8181E9}Die Wanteds dürfen ein Limit von 50 nicht überschreiten"); ChatService.ErrorMessage(cop, "Die Wanteds dürfen ein Limit von 50 nicht überschreiten");
return; return;
} }
int newWanteds = user.Wanteds + amount; int newWanteds = user.Wanteds + amount;