copy paste fail

This commit is contained in:
2020-08-05 20:58:03 +02:00
parent 788e7745f8
commit 27c65a1023

View File

@@ -253,9 +253,6 @@ namespace ReallifeGamemode.Server.Job
{ {
target.SendChatMessage("~y~Dies ist dein 20ter Müllsack."); target.SendChatMessage("~y~Dies ist dein 20ter Müllsack.");
} }
}if (user1.trashcount == 20)
{
player.SendChatMessage("~y~Dies ist dein 20ter Müllsack.");
} }
dbContext.SaveChanges(); dbContext.SaveChanges();
} }