removed cheap hack

This commit is contained in:
OmniTroid 2017-02-14 02:06:04 +01:00
parent 229d2d4de5
commit 6f9329efac

View File

@ -10,14 +10,11 @@
QString AOApplication::get_base_path(){
return "E:/AO/client/base/";
/*
#ifdef OMNI_DEBUG
return "/media/omnitroid/Data/winshare/AO/client/base/";
#else
return (QDir::currentPath() + "/base/");
#endif
*/
}