mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-16 04:11:47 +01:00
Fixed IPAnonPatch failing after 4.6.0 patches
This commit is contained in:
parent
7b368a907f
commit
470c5e45e6
@ -187,8 +187,6 @@ public abstract class SQLDB extends Database {
|
|||||||
new KillsServerIDPatch(this),
|
new KillsServerIDPatch(this),
|
||||||
new WorldTimesSeverIDPatch(this),
|
new WorldTimesSeverIDPatch(this),
|
||||||
new WorldsServerIDPatch(this),
|
new WorldsServerIDPatch(this),
|
||||||
new IPHashPatch(this),
|
|
||||||
new IPAnonPatch(this),
|
|
||||||
new NicknameLastSeenPatch(this),
|
new NicknameLastSeenPatch(this),
|
||||||
new VersionTableRemovalPatch(this),
|
new VersionTableRemovalPatch(this),
|
||||||
new DiskUsagePatch(this),
|
new DiskUsagePatch(this),
|
||||||
@ -200,7 +198,9 @@ public abstract class SQLDB extends Database {
|
|||||||
new NicknamesOptimizationPatch(this),
|
new NicknamesOptimizationPatch(this),
|
||||||
new UserInfoOptimizationPatch(this),
|
new UserInfoOptimizationPatch(this),
|
||||||
new GeoInfoOptimizationPatch(this),
|
new GeoInfoOptimizationPatch(this),
|
||||||
new TransferTableRemovalPatch(this)
|
new TransferTableRemovalPatch(this),
|
||||||
|
new IPHashPatch(this),
|
||||||
|
new IPAnonPatch(this)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user