Fix progression pro screen. (#1006)

This commit is contained in:
ASillyNeko 2026-07-15 16:53:22 -07:00 committed by GitHub
parent 73feccbafc
commit 056a002b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -661,7 +661,7 @@ global function ProgressionEnabledForPlayer
{
// do nothing
}
else if ( loadout.primaryMod3 == "pro_screen" )
else if ( loadout.primaryMod3 != "pro_screen" )
{
// fuck you and your three mod slot stuff
printt( " - PRIMARY WEAPON PRO SCREEN IS INVALID, RESETTING" )
@ -798,7 +798,7 @@ global function ProgressionEnabledForPlayer
{
// do nothing
}
else if ( loadout.secondaryMod3 == "pro_screen" )
else if ( loadout.secondaryMod3 != "pro_screen" )
{
// fuck you and your three mod slot stuff
printt( " - SECONDARY WEAPON PRO SCREEN IS INVALID, RESETTING" )