Removed duplicated line in beacon.sp, whoops
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401792
This commit is contained in:
parent
18235d90e5
commit
0e4ea825d3
@ -9,7 +9,6 @@ SetupBeacon()
|
||||
HookEvent("round_end", Event_BeaconRoundEnd, EventHookMode_PostNoCopy);
|
||||
|
||||
PrecacheSound("ambient/tones/elev1.wav", true);
|
||||
//AddFileToDownloadsTable("sound/ambient/tones/elev1.wav");
|
||||
|
||||
g_beamSprite = PrecacheModel("materials/sprites/laser.vmt");
|
||||
g_haloSprite = PrecacheModel("materials/sprites/halo01.vmt");
|
||||
@ -40,8 +39,6 @@ KillAllBeacons()
|
||||
|
||||
PerformBeacon(client, target)
|
||||
{
|
||||
LogAction(client, target, "\"%L\" set a beacon on \"%L\"", client, target);
|
||||
|
||||
if (g_BeaconTimers[target] == INVALID_HANDLE)
|
||||
{
|
||||
CreateBeacon(target);
|
||||
|
Loading…
Reference in New Issue
Block a user