mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 13:28:15 -05:00
Tranzit: fix zombie pathing exploit at Town Bookstore
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
|
||||
#include scripts/zm/replaced/zm_transit;
|
||||
#include scripts/zm/replaced/zm_transit_ffotd;
|
||||
#include scripts/zm/replaced/_zm_weap_emp_bomb;
|
||||
#include scripts/zm/replaced/_zm_equip_electrictrap;
|
||||
#include scripts/zm/replaced/_zm_equip_turret;
|
||||
@ -10,6 +11,7 @@
|
||||
main()
|
||||
{
|
||||
replaceFunc(maps/mp/zm_transit::lava_damage_depot, scripts/zm/replaced/zm_transit::lava_damage_depot);
|
||||
replaceFunc(maps/mp/zm_transit_ffotd::main_end, scripts/zm/replaced/zm_transit_ffotd::main_end);
|
||||
replaceFunc(maps/mp/zombies/_zm_weap_emp_bomb::emp_detonate, scripts/zm/replaced/_zm_weap_emp_bomb::emp_detonate);
|
||||
replaceFunc(maps/mp/zombies/_zm_equip_electrictrap::startelectrictrapdeploy, scripts/zm/replaced/_zm_equip_electrictrap::startelectrictrapdeploy);
|
||||
replaceFunc(maps/mp/zombies/_zm_equip_turret::startturretdeploy, scripts/zm/replaced/_zm_equip_turret::startturretdeploy);
|
||||
|
Reference in New Issue
Block a user