Core/Misc: Misc cleanups and changing of fields
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Game.BlackMarket
|
||||
{
|
||||
SQLTransaction trans = new SQLTransaction();
|
||||
// Delete completed auctions
|
||||
foreach (var pair in _auctions.ToList())
|
||||
foreach (var pair in _auctions)
|
||||
{
|
||||
if (!pair.Value.IsCompleted())
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user