changes on Notfallkit & Rubbellos

This commit is contained in:
michael.reiswich
2021-05-26 00:16:38 +02:00
parent 2aadef55dd
commit d9ecae1d1d
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ namespace ReallifeGamemode.Server.Inventory.Items
return false;
}
Random random = new Random();
int randomNumber = random.Next(1, 2);
int randomNumber = random.Next(1, 4);
if (randomNumber == 1)
{
using (var dbContext = new DatabaseContext())