aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Services
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-08-08 13:22:45 +0900
committerPinapelz <yukais@pinapelz.com>2025-08-08 07:28:08 -0700
commitf2af519d643f559e135046acab1c14e9326d579b (patch)
tree681dd0ee32a43d0df0ae81d06860f954c44e27bf /Malmstone/Services
parenta512dac032c4added8deddc192cda612ea91fd98 (diff)
update for 7.3
Diffstat (limited to 'Malmstone/Services')
-rw-r--r--Malmstone/Services/PVPService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Malmstone/Services/PVPService.cs b/Malmstone/Services/PVPService.cs
index 12b4c2a..0c61820 100644
--- a/Malmstone/Services/PVPService.cs
+++ b/Malmstone/Services/PVPService.cs
@@ -26,7 +26,7 @@ namespace Malmstone.Services
unsafe
{
var pvpProfile = PvPProfile.Instance();
- if (pvpProfile != null && pvpProfile->IsLoaded != 0)
+ if (pvpProfile != null && pvpProfile->IsLoaded)
{
return new PvPSeriesInfo
{
@@ -44,7 +44,7 @@ namespace Malmstone.Services
unsafe
{
var pvpProfile = PvPProfile.Instance();
- if (pvpProfile != null && pvpProfile->IsLoaded != 0)
+ if (pvpProfile != null && pvpProfile->IsLoaded)
{
CachedFrontlineResults = new PVPProfileFrontlineResults
{
@@ -132,7 +132,7 @@ namespace Malmstone.Services
unsafe
{
var pvpProfile = PvPProfile.Instance();
- if (pvpProfile != null && pvpProfile->IsLoaded != 0)
+ if (pvpProfile != null && pvpProfile->IsLoaded)
{
return new PVPProfileFrontlineResults
{
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage