diff options
| author | oy <Tom_Adams@web.de> | 2012-01-09 01:38:45 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-09 01:38:45 +0100 |
| commit | 40735202143f8c4d2a539d1d81362c0c22e9324b (patch) | |
| tree | 9299f1fe701620bdde21a8f726f9fed4ce5e3795 /src/mastersrv/mastersrv.cpp | |
| parent | de8c9b23eb8045f50205d1c5966e817584f9e300 (diff) | |
| download | zcatch-40735202143f8c4d2a539d1d81362c0c22e9324b.tar.gz zcatch-40735202143f8c4d2a539d1d81362c0c22e9324b.zip | |
cleaned up content folder creation. Closes #845
Diffstat (limited to 'src/mastersrv/mastersrv.cpp')
| -rw-r--r-- | src/mastersrv/mastersrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp index c6099139..c88a9e78 100644 --- a/src/mastersrv/mastersrv.cpp +++ b/src/mastersrv/mastersrv.cpp @@ -331,7 +331,7 @@ int main(int argc, const char **argv) // ignore_convention mem_copy(m_CountDataLegacy.m_Header, SERVERBROWSE_COUNT_LEGACY, sizeof(SERVERBROWSE_COUNT_LEGACY)); IKernel *pKernel = IKernel::Create(); - IStorage *pStorage = CreateStorage("Teeworlds", argc, argv); + IStorage *pStorage = CreateStorage("Teeworlds", IStorage::STORAGETYPE_BASIC, argc, argv); IConfig *pConfig = CreateConfig(); m_pConsole = CreateConsole(CFGFLAG_MASTER); |