mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Revert file Main.cpp that shouldn't have been change in accae0ce50 (previous commit)
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
/// @{
|
||||
/// \file
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <openssl/opensslv.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <ace/Version.h>
|
||||
@@ -135,14 +133,6 @@ extern int main(int argc, char **argv)
|
||||
{
|
||||
sLog->outError("Invalid or missing configuration file : %s", cfg_file);
|
||||
sLog->outError("Verify that the file exists and has \'[worldserver]' written in the top of the file!");
|
||||
|
||||
char *path=NULL;
|
||||
size_t size = 0;
|
||||
int a;
|
||||
path=getcwd(path,size);
|
||||
std::cout<<"\n current Path"<<path;
|
||||
std::cin >> a;
|
||||
|
||||
return 1;
|
||||
}
|
||||
sLog->outString("Using configuration file %s.", cfg_file);
|
||||
|
||||
Reference in New Issue
Block a user