Skip to content

Commit b790a3d

Browse files
committed
在输出生成器帮助信息时末尾多打印一个空行
1 parent f1f0808 commit b790a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/map/map.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5937,6 +5937,7 @@ void mapgenerator_show_help() {
59375937
ShowInfo(" -n, -navi [--generate-navi]\tCreate navigation files\n");
59385938
ShowInfo(" -r, -repu [--generate-reputation]\tCreate reputation bson files\n");
59395939
ShowInfo(" -i, -imi [--generate-itemmoveinfo]\tCreate itemmoveinfov5.txt\n");
5940+
printf("\n");
59405941
systemPause();
59415942
}
59425943
#endif // defined(Pandas_UserExperience_Rewrite_MapServerGenerator_Args_Process) && defined(MAP_GENERATOR)

0 commit comments

Comments
 (0)