Code formatiert
This commit is contained in:
@@ -267,7 +267,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
User user = player.GetUser(dbContext);
|
||||
|
||||
if(user.Id != business.Id)
|
||||
if (user.Id != business.Id)
|
||||
{
|
||||
ChatService.ErrorMessage(player, "Dieses Business gehört nicht dir");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user