Fixed errors preventing compilation for 5 patch_mp scripts.

_acousticsensor.gsc, _scrambler.gsc, _sensor_grenade.gsc, _globallogic_player.gsc and _weaponobjects.gsc all required fixed function pointers.
This commit is contained in:
JezuzLizard
2021-01-29 02:28:00 -08:00
parent 4d3669b782
commit cdae047b49
5 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ createscramblerwatcher() //checked matches cerberus output
watcher = self maps/mp/gametypes/_weaponobjects::createuseweaponobjectwatcher( "scrambler", "scrambler_mp", self.team );
watcher.onspawn = ::onspawnscrambler;
watcher.detonate = ::scramblerdetonate;
watcher.stun = ::maps/mp/gametypes/_weaponobjects::weaponstun;
watcher.stun = maps/mp/gametypes/_weaponobjects::weaponstun;
watcher.stuntime = 5;
watcher.reconmodel = "t5_weapon_scrambler_world_detect";
watcher.hackable = 1;