fix haus
This commit is contained in:
@@ -46,11 +46,10 @@ namespace ReallifeGamemode.Server.Core.Commands.Admin
|
||||
};
|
||||
|
||||
dbContext.Houses.Add(house);
|
||||
dbContext.SaveChanges();
|
||||
|
||||
houseManager.LoadHouse(house);
|
||||
|
||||
dbContext.SaveChanges();
|
||||
|
||||
player.SendNotification("Das Haus wurde erstellt");
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user