1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:22:53 +02:00
- Removed TODO for `getDB(string)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 13:05:35 +02:00
parent fdcbcfeda4
commit 03c887c39a

View File

@ -129,7 +129,6 @@ public shared struct ConnectionInfo
public string getDB(string key)
{
// TODO: Do existence check
if(key in db)
{
return db[key];