-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
概要
リアルタイムコンテストDLLにおいて適切に得点計算が行われていないのではないかという問い合わせがあった
考えられる理由としては,
https://github.com/nextzlog/zylo/blob/c1ea32be8642a0f878cf4328b3d4769643627c92/src/plugins/rules/rttest/rttest.cfg#L39
のようにリアルタイムコンテストのCFGにはDLLが計算をするという指定があるものの,
OnVerifyEvent
OnPointsEvent
がhttps://github.com/nextzlog/zylo/blob/c1ea32be8642a0f878cf4328b3d4769643627c92/src/plugins/rules/rttest/rttest.go#L87 の
リアルタイムコンテストのプラグインのコードに含まれないため, 得点計算などが行われていない可能性がある