mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
"fix" looting on 10.00
+ acknowledge that skins dont work on 10.00
This commit is contained in:
@@ -625,7 +625,9 @@ std::vector<LootDrop> PickLootDrops(FName TierGroupName, int WorldLevel, int For
|
|||||||
|
|
||||||
if (!Addresses::LoadAsset)
|
if (!Addresses::LoadAsset)
|
||||||
{
|
{
|
||||||
if (Fortnite_Version <= 6 || std::floor(Fortnite_Version) == 9) // the tables unload!
|
if (Fortnite_Version <= 6
|
||||||
|
|| std::floor(Fortnite_Version) == 9
|
||||||
|
|| Fortnite_Version == 10.00) // the tables unload!
|
||||||
{
|
{
|
||||||
LTDTables.clear();
|
LTDTables.clear();
|
||||||
LPTables.clear();
|
LPTables.clear();
|
||||||
|
|||||||
@@ -1534,6 +1534,8 @@ static inline uint64 FindGetNetMode()
|
|||||||
|
|
||||||
static inline uint64 FindApplyCharacterCustomization()
|
static inline uint64 FindApplyCharacterCustomization()
|
||||||
{
|
{
|
||||||
|
// RETURNS 0 ON 10.00!
|
||||||
|
|
||||||
// if (std::floor(Fortnite_Version) == 4) // RetrieveCharacterParts return null if dedicated server?????
|
// if (std::floor(Fortnite_Version) == 4) // RetrieveCharacterParts return null if dedicated server?????
|
||||||
// return 0;
|
// return 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user