Allow previewing even outside the void

This commit is contained in:
Jade Macho 2024-03-03 18:07:29 +01:00
parent ac544a2c78
commit fa1ea8460f
Signed by: 0x0ade
GPG key ID: E1960710FE4FBEEF
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
var exec = _envStateCopyHook.Original(dest, src);
if (dest->SkyId == 0)
if (dest->SkyId == 0 || Preview != null)
{
Replace(dest);
}

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>0x0ade</Authors>
<Company></Company>
<Version>0.1.0.1</Version>
<Version>0.1.0.2</Version>
<Description></Description>
<Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl>