1
This commit is contained in:
parent
93de8f9fd5
commit
a41fcce752
@ -51,13 +51,13 @@ namespace mt
|
||||
{
|
||||
if (!f8::IsOnlineEnv()) {
|
||||
if (f8::IsTestEnv()) {
|
||||
res_path_ = a8::Format("../../../../../conf_test/game%d/gameserver.test/res%d/",
|
||||
res_path_ = a8::Format("../test_res%d/",
|
||||
{
|
||||
GAME_ID,
|
||||
App::Instance()->GetInstanceId()
|
||||
});
|
||||
} else {
|
||||
res_path_ = a8::Format("../../../../../conf_test/game%d/gameserver.dev/res%d/",
|
||||
res_path_ = a8::Format("../dev_res%d/",
|
||||
{
|
||||
GAME_ID,
|
||||
App::Instance()->GetInstanceId()
|
||||
|
Loading…
x
Reference in New Issue
Block a user