This commit is contained in:
pypy
2020-11-07 21:48:42 +09:00
parent e8c75f2ccb
commit e90db57169
2 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace VRCX
m_MapLock.ExitReadLock();
}
return string.Empty;
return null;
}
public void Set(string key, string value)