mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-31 06:57:28 +05:00
SA: Disabled moonphases in SA-MP (time manipulation breaks them)
This commit is contained in:
parent
4679873c3a
commit
51aec1955f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue