merge
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user