PSO Peeps: block boosted clients from Vanilla and Hardcore
Add HAS_PSO_PEEPS_XP_PATCH for future V2/GC client-function XP patches. Unify boosted-client proxy blocking so Vanilla/Hardcore reject: - PC v2 clients using boosted BattleParams - legacy boosted-disc listener ports - future clients with the PSO Peeps XP patch flag Normal unpatched V2/GC clients remain allowed.
This commit is contained in:
@@ -83,6 +83,7 @@ public:
|
||||
ITEM_DROP_NOTIFICATIONS_1 = 0x0000000400000000,
|
||||
ITEM_DROP_NOTIFICATIONS_2 = 0x0000000800000000,
|
||||
HAS_ENEMY_DAMAGE_SYNC_PATCH = 0x0000001000000000, // Must be same as in EnemyDamageSync*.s
|
||||
HAS_PSO_PEEPS_XP_PATCH = 0x0000200000000000, // Must be same as in PSO Peeps XP patches
|
||||
|
||||
// Proxy option flags
|
||||
PROXY_SAVE_FILES = 0x0000002000000000,
|
||||
|
||||
Reference in New Issue
Block a user