fix: Removed random print from code

This commit is contained in:
Matthe815
2023-11-05 19:19:55 -05:00
parent 68de64a05f
commit cce64d4010

View File

@@ -56,8 +56,6 @@ func handleMsgSysGetFile(s *Session, p mhfpacket.MHFPacket) {
pkt.Filename = fmt.Sprintf("%s%s", pkt.Filename[:5], "d0")
}
s.logger.Info("Sent " + pkt.Filename)
data, err := os.ReadFile(filepath.Join(s.server.erupeConfig.BinPath, fmt.Sprintf("quests/%s.bin", pkt.Filename)))
if err != nil {