From 51aec1955f81af72abf42d9495caca6ab279f5b0 Mon Sep 17 00:00:00 2001 From: Silent Date: Thu, 26 Dec 2019 23:15:27 +0100 Subject: [PATCH] SA: Disabled moonphases in SA-MP (time manipulation breaks them) --- SilentPatchSA/SilentPatchSA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index dd91e3e..2ed5b20 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -2925,7 +2925,7 @@ BOOL InjectDelayedPatches_10() // Moonphases // Not taking effect with new skygfx since aap has it too now - if ( !ModCompat::SkygfxPatchesMoonphases( skygfxModule ) ) + if ( !bSAMP && !ModCompat::SkygfxPatchesMoonphases( skygfxModule ) ) { using namespace MoonphasesFix;