Allow previewing even outside the void
This commit is contained in:
parent
ac544a2c78
commit
fa1ea8460f
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
|
||||||
|
|
||||||
var exec = _envStateCopyHook.Original(dest, src);
|
var exec = _envStateCopyHook.Original(dest, src);
|
||||||
|
|
||||||
if (dest->SkyId == 0)
|
if (dest->SkyId == 0 || Preview != null)
|
||||||
{
|
{
|
||||||
Replace(dest);
|
Replace(dest);
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>0x0ade</Authors>
|
<Authors>0x0ade</Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>0.1.0.1</Version>
|
<Version>0.1.0.2</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl></PackageProjectUrl>
|
<PackageProjectUrl></PackageProjectUrl>
|
||||||
|
|
Loading…
Add table
Reference in a new issue