/* * Author: SilentSpike * Un-set as spectator on respawn * Part of the spectator during death system * * Arguments: * 0: New unit * 1: Old unit * * Return Value: * None * * Public: No */ #include "script_component.hpp" [_unit,false] call FUNC(setSpectator);