rename EnumerateStage variable

This commit is contained in:
wish
2022-08-05 16:41:49 +10:00
parent 09812fa81b
commit 43beb46221
2 changed files with 5 additions and 5 deletions

View File

@@ -369,7 +369,7 @@ func handleMsgSysEnumerateStage(s *Session, p mhfpacket.MHFPacket) {
continue
}
if !strings.Contains(stage.id, pkt.StageID) {
if !strings.Contains(stage.id, pkt.StagePrefix) {
continue
}