mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
fix inversion of hide server info messages
This commit is contained in:
parent
451d604f70
commit
49bf5bcf13
3 changed files with 3 additions and 3 deletions
|
|
@ -263,7 +263,7 @@ public partial class ApiController
|
|||
break;
|
||||
case MessageSeverity.Information:
|
||||
Logger.Info(message);
|
||||
if (_configService.Current.HideInfoMessages)
|
||||
if (!_configService.Current.HideInfoMessages)
|
||||
{
|
||||
_dalamudUtil.PrintInfoChat(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue