Add forward permission comment on ko_kr.conf (#723)

This commit is contained in:
Dohyeon Jeon 2022-09-08 14:11:37 +09:00 committed by GitHub
parent 2048e70e31
commit 23f523f16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,5 +117,10 @@ comments {
"제대로 작동하지 않는 모드가 있다면, 로그 파일에서 [EXT_LOGIC]와 관련된 클래스 명을"
" 찾아 여기에 추가해 주세요."
]
forward-permission.comment = [
"true - Forge의 권한 쿼리를 Bukkit으로 넘깁니다."
"false - 권한 넘기기를 비활성화합니다."
"reverse - Bukkit의 권한 쿼리를 Forge로 넘깁니다."
]
}
}