Removed debug code from the editor

This commit is contained in:
Kayne Ruse
2013-10-07 02:32:36 +11:00
parent 65a3937592
commit 600ec6789b
3 changed files with 9 additions and 31 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void ServerApplication::Init(int argc, char** argv) {
}
//Run setup scripts
std::ifstream is("rsc/setup_server.sql");
std::ifstream is("rsc\\scripts\\setup_server.sql");
if (!is.is_open()) {
throw(std::runtime_error("Failed to run database setup script"));
}