1
This commit is contained in:
parent
0e846a83a7
commit
d365f6746f
@ -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("../../../../../conf_test/game%d/gameserver.test/res%d/",
|
||||
{
|
||||
GAME_ID,
|
||||
App::Instance()->instance_id
|
||||
});
|
||||
} else {
|
||||
res_path_ = a8::Format("../../../conf_test/game%d/gameserver.dev/res%d/",
|
||||
res_path_ = a8::Format("../../../../../conf_test/game%d/gameserver.dev/res%d/",
|
||||
{
|
||||
GAME_ID,
|
||||
App::Instance()->instance_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user