fix sms
This commit is contained in:
@@ -118,6 +118,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
}
|
}
|
||||||
|
|
||||||
user.BankAccount.Balance -= 5;
|
user.BankAccount.Balance -= 5;
|
||||||
|
dbContext.SaveChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
msg = Regex.Replace(msg, "(~[a-zA-Z]~)|(!{(.*)})", "");
|
msg = Regex.Replace(msg, "(~[a-zA-Z]~)|(!{(.*)})", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user