SA: Disabled moonphases in SA-MP (time manipulation breaks them)

This commit is contained in:
Silent 2019-12-26 23:15:27 +01:00
parent 4679873c3a
commit 51aec1955f
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1

View file

@ -2925,7 +2925,7 @@ BOOL InjectDelayedPatches_10()
// Moonphases // Moonphases
// Not taking effect with new skygfx since aap has it too now // Not taking effect with new skygfx since aap has it too now
if ( !ModCompat::SkygfxPatchesMoonphases( skygfxModule ) ) if ( !bSAMP && !ModCompat::SkygfxPatchesMoonphases( skygfxModule ) )
{ {
using namespace MoonphasesFix; using namespace MoonphasesFix;