More mongo (#450)
* Remove debug, doesn't really work * Convert Handbook to MongoId's * Make traders in Database keyed to MongoId rather than string
This commit is contained in:
@@ -44,7 +44,7 @@ public class TraderController(
|
||||
var traders = databaseService.GetTraders();
|
||||
foreach (var (traderId, trader) in traders)
|
||||
{
|
||||
if (traderId == Traders.LIGHTHOUSEKEEPER || traderId == "ragfair")
|
||||
if (traderId == Traders.LIGHTHOUSEKEEPER)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user