Open Kiiyya opened 3 years ago
Currently it's quite a mess, RconError vs Bf4Error, many different cmd_err!(PlayerKickResult, ...), etc.
RconError
Bf4Error
cmd_err!(PlayerKickResult, ...)
Maybe use an error handling library like anyhow?
anyhow
Currently it's quite a mess,
RconError
vsBf4Error
, many differentcmd_err!(PlayerKickResult, ...)
, etc.Maybe use an error handling library like
anyhow
?