mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Moved client database into manager, as it should be.. Some more transitional things and a few fixes.
This commit is contained in:
@ -54,7 +54,7 @@ namespace MessageBoard.Forum
|
||||
{
|
||||
forumPages = new List<IPage>();
|
||||
activeSessions = new List<Session>();
|
||||
database = new Storage.Database("forum.db");
|
||||
database = new Storage.Database("Database/forum.db");
|
||||
}
|
||||
|
||||
public void startSession(string sessionID)
|
||||
|
Reference in New Issue
Block a user