fix inversion of hide server info messages
This commit is contained in:
2
MareAPI
2
MareAPI
Submodule MareAPI updated: 0d04aaafac...7c5bf39c31
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>0.7.2</Version>
|
||||
<Version>0.7.4</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user