This commit is contained in:
hydrant
2021-05-25 21:35:46 +02:00
7 changed files with 40 additions and 27 deletions

View File

@@ -147,15 +147,6 @@ namespace ReallifeGamemode.Server.WeaponDeal
}
}
/*
public static void WeaponDealTimer()
{
System.Timers.Timer timer = new System.Timers.Timer(60000);
timer.Start();
timer.Elapsed += Timer_Elapsed;
}
*/
public static void Timer_Elapsed()
{
using (var context = new DatabaseContext())