Skip to content

Commit

Permalink
Re-compiled maps to remove legacy model technology which will be unsu…
Browse files Browse the repository at this point in the history
…pported anytime soon
  • Loading branch information
EarthSalamander42 committed Dec 19, 2023
1 parent a409e77 commit f4101db
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file modified game/maps/x_hero_siege_4.vpk
Binary file not shown.
Binary file modified game/maps/x_hero_siege_8.vpk
Binary file not shown.
Binary file modified game/materials/overviews/x_hero_siege_4.vmat_c
Binary file not shown.
Binary file modified game/materials/overviews/x_hero_siege_4_tga_67bd1734.vtex_c
Binary file not shown.
Binary file modified game/materials/overviews/x_hero_siege_8.vmat_c
Binary file not shown.
Binary file modified game/materials/overviews/x_hero_siege_8_tga_7408c222.vtex_c
Binary file not shown.
2 changes: 1 addition & 1 deletion game/scripts/vscripts/components/api/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ function api:GetPlayerWhalepassXP(player_id)
return false
end

if self.players[steamid] ~= nil then
if self.players[steamid] ~= nil and self.players[steamid].whalepass and self.players[steamid].whalepass[1] then
return self.players[steamid].whalepass[1].currentExp
else
native_print("api:GetPlayerAchievements: api players steamid not valid!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@
"34" // Gyro TI 10
{
"item_id" "16315"
"item_name" "battlepass_kill_effect_gyro_premium"
"item_name" "battlepass_kill_effect_gyro"
"item_type" "kill_effect"
"item_unlock_level" "17"
"item_rarity" "uncommon"
Expand Down

0 comments on commit f4101db

Please sign in to comment.