This commit is contained in:
aozhiwei 2019-06-25 14:12:49 +08:00
parent 7a8f3a42e6
commit 339e8855a3

View File

@ -118,7 +118,7 @@ enum VirtualPlayer_e
VP_Mine = 9000003,
};
const char* const PROJ_NAME_FMT = "game%d_gameserver";
const char* const PROJ_NAME_FMT = "game%d_masterserver";
const char* const PROJ_ROOT_FMT = "/data/logs/%s";
const float TEN_W = 10000 * 10;