From d62058fcdea5fc6736a2a373f47dc6c14c70c319 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 30 May 2016 21:01:18 -0400 Subject: Removed exessive whitespace so future commits will be cleaner --- gamemode/events/supply_crate.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gamemode/events/supply_crate.lua') diff --git a/gamemode/events/supply_crate.lua b/gamemode/events/supply_crate.lua index 35ca974..6de809f 100644 --- a/gamemode/events/supply_crate.lua +++ b/gamemode/events/supply_crate.lua @@ -5,24 +5,24 @@ EVENT.Chance = 0.95 EVENT.Type = EVENT_BONUS function EVENT:Start() - + local spawns = ents.FindByClass( "info_lootspawn" ) local loot = table.Random( spawns ) - + if not IsValid( loot ) then MsgN( "ERROR: Unable to locate loot spawns. Map not configured?" ) return end - + local ent = ents.Create( "sent_bonuscrate" ) ent:SetPos( loot:GetPos() + Vector(0,0,10) ) ent:Spawn() - + for k,v in pairs( team.GetPlayers( TEAM_ARMY ) ) do - + v:Notice( "Keep an eye out for a civilian weapon cache", GAMEMODE.Colors.White, 5 ) - + end - + end - + function EVENT:Think() end -- cgit v1.2.3-70-g09d2