Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasylidong committed Sep 14, 2023
2 parents 0fc5b40 + 89e6ac2 commit 3615337
Show file tree
Hide file tree
Showing 7 changed files with 873 additions and 742 deletions.
14 changes: 14 additions & 0 deletions addons/sourcemod/gamedata/weapon_spawn_duplicate_fix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"Games"
{
"left4dead2"
{
"Offsets"
{
"CWeaponSpawn::GiveItem"
{
"linux" "247"
"windows" "244"
}
}
}
}
Binary file not shown.
Binary file modified addons/sourcemod/plugins/optional/l4d2_weapon_attributes.smx
Binary file not shown.
3 changes: 3 additions & 0 deletions addons/sourcemod/scripting/l4d2_changelevel.sp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Not used now

/*
* Fixes for gamebreaking bugs and stupid gameplay aspects
* Copyright (C) 2019 LuxLuma [email protected]
Expand Down Expand Up @@ -137,4 +139,5 @@ public int L4D2_ChangeLevelNV(Handle plugin, int numParams)
bResetScores = view_as<bool>(GetNativeCell(2));

L4D2_ChangeLevel(sMapName, bResetScores);
return 1;
}
Loading

0 comments on commit 3615337

Please sign in to comment.