Update ClientExtension.cs
This commit is contained in:
@@ -94,7 +94,7 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
{
|
||||
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;
|
||||
}
|
||||
int newWanteds = user.Wanteds + amount;
|
||||
|
||||
Reference in New Issue
Block a user