aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Services/PVPService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Malmstone/Services/PVPService.cs')
-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