Skip to content

Commit

Permalink
Update log_reading.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NachosChipeados authored Dec 14, 2024
1 parent 7146a5e commit 7f4e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper/cogs/log_reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def on_message(self, message):
if hud and callback: # TODO: is this still true?
problem.add_field(
name="Mod Incompatibility",
value="I noticed you have both HUD Revamp and Client Kill Callback installed. Currently, these two mods create conflicts. The easiest way to solve this is to install this [compatibility patch](https://thunderstore.io/c/northstar/p/Capt_Diqhedd/ClientKillCallback_HUDRevamp_Compatibility_Patch/).",
value="I noticed you have both HUD Revamp and Client Kill Callback installed. Currently, these two mods create conflicts. The easiest way to solve this is to install this [compatibility patch](https://northstar.thunderstore.io/package/Capt_Diqhedd/ClientKillCallback_HUDRevamp_Compatibility_Patch/).",
inline=False,
)
debug_embed.add_field(
Expand Down

0 comments on commit 7f4e291

Please sign in to comment.